mirror of https://github.com/CrimsonTome/tldr.git
218 B
218 B
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}}