Files
cheatsheet-tldr/tldr/robo
2025-04-27 00:21:02 +00:00

22 lines
331 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 {{foo}}`
- Simulate running a specific command:
`robo --simulate {{foo}}`