浏览代码

cmd_acc: added group short help

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
86e2436e4b
共有 1 个文件被更改,包括 3 次插入1 次删除
  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