Jelajahi Sumber

cmd_config: added group short help

Daniel-Constantin Mierla 5 tahun lalu
induk
melakukan
922ce6b994
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  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