mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 04:00:35 +00:00
Update cheatsheets
This commit is contained in:
21
robo
Normal file
21
robo
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user