1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 23:15:33 +02:00
tldr/pages.ko/common/robo.md

16 lines
247 B
Markdown

# robo
> PHP 작업 러너.
> 더 많은 정보: <https://robo.li/getting-started.html>.
- 사용 가능한 명령 나열:
`robo list`
- 특정 명령 실행:
`robo {{foo}}`
- 특정 명령 실행 시뮬레이션:
`robo --simulate {{foo}}`