Files
cheatsheet-tldr/tldr/robo
2025-11-10 00:21:37 +00:00

22 lines
339 B
Plaintext

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