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