瀏覽代碼

cmd_pike: added group short help

Daniel-Constantin Mierla 5 年之前
父節點
當前提交
0c971dfe7c
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      kamcli/commands/cmd_pike.py

+ 5 - 1
kamcli/commands/cmd_pike.py

@@ -4,7 +4,11 @@ from kamcli.cli import pass_context
 from kamcli.iorpc import command_ctl
 from kamcli.iorpc import command_ctl
 
 
 
 
[email protected]("pike", help="Manage pike module (source IP tracking)")
[email protected](
+    "pike",
+    help="Manage pike module (source IP tracking)",
+    short_help="Manage pike module",
+)
 @pass_context
 @pass_context
 def cli(ctx):
 def cli(ctx):
     pass
     pass