فهرست منبع

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