Parcourir la source

cmd_db: added group short help

Daniel-Constantin Mierla il y a 5 ans
Parent
commit
700049827c
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      kamcli/commands/cmd_db.py

+ 3 - 1
kamcli/commands/cmd_db.py

@@ -66,7 +66,9 @@ KDB_GROUP_UID = [
 ]
 
 
[email protected]("db", help="Raw database operations")
[email protected](
+    "db", help="Raw database operations", short_help="Raw database operations"
+)
 @pass_context
 def cli(ctx):
     pass