--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # robo > PHP task runner. > More information: . - List available commands: `robo list` - Run a specific command: `robo {{foo}}` - Simulate running a specific command: `robo --simulate {{foo}}`