소스 검색

robo: add list example

Pierre Rudloff 5 년 전
부모
커밋
edf95e38a8
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pages/common/robo.md

+ 4 - 0
pages/common/robo.md

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