瀏覽代碼

cmd_speeddial: added group short help

Daniel-Constantin Mierla 5 年之前
父節點
當前提交
89ddeeb99a
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      kamcli/commands/cmd_speeddial.py

+ 5 - 1
kamcli/commands/cmd_speeddial.py

@@ -5,7 +5,11 @@ from kamcli.cli import pass_context
 from kamcli.cli import parse_user_spec
 
 
[email protected]("speeddial", help="Manage speed dial records")
[email protected](
+    "speeddial",
+    help="Manage speed dial records",
+    short_help="Manage speed dial records",
+)
 @pass_context
 def cli(ctx):
     pass