File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33> run() {
44> declare -g -A args=()
5+ unless Settings.enabled? :inspect_args
6+ > # shellcheck disable=SC2034
7+ end
8+ > declare -g -a other_args=()
9+
510if Settings.enabled? :deps_array
611 > declare -g -A deps=()
712end
8- > declare -g -a other_args=()
13+
914if Settings.enabled? :env_var_names_array
1015 > declare -g -a env_var_names=()
1116end
17+
1218> declare -g -a input=()
19+
1320if has_unique_args_or_flags?
1421 > declare -g -A unique_lookup=()
1522end
23+
1624> normalize_input "$@"
1725> parse_requirements "${input[@]}"
26+
1827if user_file_exist?('before')
1928 > before_hook
2029end
30+
2131>
2232> case "$action" in
23-
2433deep_commands.each do |command|
2534 > "{{ command.action_name }}") {{ command.function_name }}_command ;;
2635end
You can’t perform that action at this time.
0 commit comments