tldr/pages/common/robo.md
2019-11-19 18:40:27 +00:00

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}}