فهرست منبع

cmd_mtree: added group short help

Daniel-Constantin Mierla 5 سال پیش
والد
کامیت
bc820065dd
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      kamcli/commands/cmd_mtree.py

+ 5 - 1
kamcli/commands/cmd_mtree.py

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