1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/robo.md

17 lines
218 B
Markdown
Raw Normal View History

2019-11-14 11:08:29 +01:00
# robo
> PHP task runner.
> More information: <https://robo.li/>.
2019-11-19 18:43:49 +01:00
- List available commands:
`robo list`
2019-11-14 11:08:29 +01:00
- Run a specific command:
`robo {{foo}}`
- Simulate running a specific command:
`robo --simulate {{foo}}`