1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 20:35:23 +02:00
tldr/pages/common/robo.md
Managor dd77012848
common*: refresh old pages part 4 (#16258)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-04-26 06:25:38 +03:00

238 B

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}}