浏览代码

cmd_shv: added group short help

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
b96f80bd27
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      kamcli/commands/cmd_shv.py

+ 5 - 1
kamcli/commands/cmd_shv.py

@@ -3,7 +3,11 @@ from kamcli.cli import pass_context
 from kamcli.iorpc import command_ctl
 
 
[email protected]("shv", help="Management of $shv(name) variables")
[email protected](
+    "shv",
+    help="Manage $shv(name) variables",
+    short_help="Manage $shv(name) variables",
+)
 @pass_context
 def cli(ctx):
     pass