1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:42:08 +02:00
tldr/pages/common/robo.md
2019-11-19 18:40:27 +00:00

16 lines
218 B
Markdown

# robo
> PHP task runner.
> More information: <https://robo.li/>.
- List available commands:
`robo list`
- Run a specific command:
`robo {{foo}}`
- Simulate running a specific command:
`robo --simulate {{foo}}`