mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 16:42:03 +00:00
22 lines
311 B
Plaintext
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}}`
|