mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 15:35:34 +02:00
robo: add page
This commit is contained in:
parent
597ee82dfb
commit
fa1738268c
1 changed files with 12 additions and 0 deletions
12
pages/common/robo.md
Normal file
12
pages/common/robo.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# robo
|
||||
|
||||
> PHP task runner.
|
||||
> More information: <https://robo.li/>.
|
||||
|
||||
- Run a specific command:
|
||||
|
||||
`robo {{foo}}`
|
||||
|
||||
- Simulate running a specific command:
|
||||
|
||||
`robo --simulate {{foo}}`
|
Loading…
Add table
Reference in a new issue