瀏覽代碼

Add start and stop to docs

Ben Firshman 12 年之前
父節點
當前提交
1727586dd0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plum/cli/main.py

+ 2 - 0
plum/cli/main.py

@@ -64,6 +64,8 @@ class TopLevelCommand(Command):
 
     Commands:
       ps        List services and containers
+      start     Start services
+      stop      Stop services
 
     """
     def ps(self, options):