client: docker: don't make fatal for empty/invalid command
This commit is contained in:
@@ -167,7 +167,7 @@ function main()
|
|||||||
# Command facade
|
# Command facade
|
||||||
#
|
#
|
||||||
|
|
||||||
[ -z "$global_command" ] && lib_utils::die_fatal
|
# shellcheck disable=SC2154
|
||||||
case "$global_command" in
|
case "$global_command" in
|
||||||
gen)
|
gen)
|
||||||
lib_docker::gen "${@:3}"
|
lib_docker::gen "${@:3}"
|
||||||
|
|||||||
Reference in New Issue
Block a user