Merge pull request #10317 from wanghe-fit2cloud/dev-v2

feat: dectl 命令直接显示帮助信息
This commit is contained in:
fit2cloudrd 2024-06-19 09:28:07 +08:00 committed by GitHub
commit 89c2867b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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