소스 검색

cmd_dlgs: added group short help

Daniel-Constantin Mierla 5 년 전
부모
커밋
7a71bb8afa
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      kamcli/commands/cmd_dlgs.py

+ 5 - 1
kamcli/commands/cmd_dlgs.py

@@ -4,7 +4,11 @@ from kamcli.cli import pass_context
 from kamcli.iorpc import command_ctl
 
 
[email protected]("dlgs", help="Manage dlgs module (active calls stats)")
[email protected](
+    "dlgs",
+    help="Manage dlgs module (active calls stats)",
+    short_help="Manage dlgs module",
+)
 @pass_context
 def cli(ctx):
     pass