We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d03abc commit 4322857Copy full SHA for 4322857
go
@@ -79,14 +79,14 @@ validate-args() {
79
80
if [[ -z $1 ]]; then
81
echo "usage: $0 <goal>"
82
- # shellcheck disable=SC2059
+ # shellcheck disable=SC1117,SC2059
83
printf "\n$(declare -F | sed -n "s/declare -f goal_/ - /p")"
84
exit 1
85
fi
86
87
if [[ ! " $acceptable_args " =~ .*\ $1\ .* ]]; then
88
echo "Invalid argument: $1"
89
90
91
92
0 commit comments