1
0
Fork 0
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:
Pierre Rudloff 2019-11-14 11:08:29 +01:00 committed by Starbeamrainbowlabs
parent 597ee82dfb
commit fa1738268c

12
pages/common/robo.md Normal file
View 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}}`