2
0
Эх сурвалжийг харах

cmd_shv: added group short help

Daniel-Constantin Mierla 5 жил өмнө
parent
commit
b96f80bd27

+ 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