Sfoglia il codice sorgente

cmd_rtpengine: added group short help

Daniel-Constantin Mierla 5 anni fa
parent
commit
e1653d01c1
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      kamcli/commands/cmd_rtpengine.py

+ 5 - 1
kamcli/commands/cmd_rtpengine.py

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