forked from github/dataease
Merge pull request #10317 from wanghe-fit2cloud/dev-v2
feat: dectl 命令直接显示帮助信息
This commit is contained in:
commit
89c2867b38
@ -420,6 +420,9 @@ function main() {
|
||||
--help)
|
||||
usage
|
||||
;;
|
||||
"")
|
||||
usage
|
||||
;;
|
||||
*)
|
||||
echo "不支持的参数,请使用 help 或 --help 参数获取帮助"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user