fix: 帮助命令增加检测参数

This commit is contained in:
2023-08-04 17:09:10 +08:00
parent 99588a0ed9
commit e5d1b30cdd
+1 -1
View File
@@ -35,7 +35,7 @@ print_command_help() {
local arg
for arg; do
case "$arg" in
-'?'|--help|-V|--version)
-'?'|-H|-h|--help|-help|-V|-v|--version|-version)
exec "$@"
exit
;;