Selaa lähdekoodia

cmd_config: added group short help

Daniel-Constantin Mierla 5 vuotta sitten
vanhempi
commit
922ce6b994
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      kamcli/commands/cmd_config.py

+ 5 - 1
kamcli/commands/cmd_config.py

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