Files
cheatsheet-tldr/tldr/robo

22 lines
311 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`