mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
1b6873e4eb
* *: remove usage of "foobar" * mlr: update example * Apply suggestions from code review Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/common/npm-adduser.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
246 B
246 B
robo
PHP task runner. More information: https://robo.li/getting-started.html.
- List available commands:
robo list
- Run a specific command:
robo {{command}}
- Simulate running a specific command:
robo --simulate {{command}}