mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
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}}