2025-03-14 21:59:59 -06:00
|
|
|
# robo
|
|
|
|
|
|
|
|
|
|
> PHP task runner.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://robo.li/getting-started.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List available commands:
|
|
|
|
|
|
|
|
|
|
`robo list`
|
|
|
|
|
|
|
|
|
|
- Run a specific command:
|
|
|
|
|
|
|
|
|
|
`robo {{foo}}`
|
|
|
|
|
|
|
|
|
|
- Simulate running a specific command:
|
|
|
|
|
|
|
|
|
|
`robo --simulate {{foo}}`
|