|
@@ -3,7 +3,11 @@ from kamcli.cli import pass_context
|
|
from kamcli.iorpc import command_ctl
|
|
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
|
|
@pass_context
|
|
def cli(ctx):
|
|
def cli(ctx):
|
|
pass
|
|
pass
|