Przeglądaj źródła

cmd_acc: added group short help

Daniel-Constantin Mierla 5 lat temu
rodzic
commit
86e2436e4b
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      kamcli/commands/cmd_acc.py

+ 3 - 1
kamcli/commands/cmd_acc.py

@@ -6,7 +6,9 @@ from kamcli.cli import pass_context
 from kamcli.dbutils import dbutils_exec_sqltext
 
 
[email protected]("acc", help="Accounting management")
[email protected](
+    "acc", help="Accounting management", short_help="Accounting management"
+)
 @pass_context
 def cli(ctx):
     pass