feat: dectl 命令直接显示帮助信息

This commit is contained in:
wanghe-fit2cloud 2024-06-17 13:43:43 +08:00
parent de0a552c13
commit e318375ce3

View File

@ -420,6 +420,9 @@ function main() {
--help)
usage
;;
"")
usage
;;
*)
echo "不支持的参数,请使用 help 或 --help 参数获取帮助"
;;