diff --git a/toolbox b/toolbox index 4952dff..c6d86e2 100755 --- a/toolbox +++ b/toolbox @@ -2476,6 +2476,7 @@ case $op in * ) exit_if_unrecognized_option "$1" esac + # shellcheck disable=SC2317 shift done help "$1" @@ -2556,6 +2557,7 @@ case $op in * ) exit_if_unrecognized_option "$1" esac + # shellcheck disable=SC2317 shift done exit_if_extra_operand "$1"