238 B
238 B
robo
PHP task runner. More information: https://robo.li/getting-started.html.
- List available commands:
robo list
- Run a specific command:
robo {{foo}}
- Simulate running a specific command:
robo --simulate {{foo}}