1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 11:26:03 +02:00

robo: add list example

This commit is contained in:
Pierre Rudloff 2019-11-19 18:43:49 +01:00 committed by Starbeamrainbowlabs
parent fa1738268c
commit edf95e38a8

View file

@ -3,6 +3,10 @@
> PHP task runner. > PHP task runner.
> More information: <https://robo.li/>. > More information: <https://robo.li/>.
- List available commands:
`robo list`
- Run a specific command: - Run a specific command:
`robo {{foo}}` `robo {{foo}}`