fix: 帮助命令增加检测参数
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user