Browse Source

cmd_shv: added group short help

Daniel-Constantin Mierla 5 years ago
parent
commit
b96f80bd27
1 changed files with 5 additions and 1 deletions
  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