|
@@ -6,7 +6,11 @@ from kamcli.cli import pass_context
|
|
from kamcli.cli import COMMAND_ALIASES
|
|
from kamcli.cli import COMMAND_ALIASES
|
|
|
|
|
|
|
|
|
|
[email protected]("config", help="Manage the config file")
|
|
|
|
|
|
[email protected](
|
|
|
|
+ "config",
|
|
|
|
+ help="Manage the config file",
|
|
|
|
+ short_help="Manage the config file",
|
|
|
|
+)
|
|
@pass_context
|
|
@pass_context
|
|
def cli(ctx):
|
|
def cli(ctx):
|
|
pass
|
|
pass
|