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