Explorar o código

cmd_acc: added group short help

Daniel-Constantin Mierla %!s(int64=5) %!d(string=hai) anos
pai
achega
86e2436e4b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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