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

17 lines
238 B
Markdown
Raw Normal View History

2019-11-14 11:08:29 +01:00
# robo
> PHP task runner.
> More information: <https://robo.li/getting-started.html>.
2019-11-14 11:08:29 +01:00
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}}`