You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logWarning "there were arguments defined prior to --help, they were all ignored and instead the help is shown"
153
163
elif(($#>1));then
@@ -172,10 +182,8 @@ function parseArgumentsInternal {
172
182
if [[ $parseArguments_argName=~$parseArguments_regex ]];then
173
183
if(($#<2));then
174
184
logError "no value defined for parameter \033[1;36m%s\033[0m (pattern %s) in %s""$parseArguments_paramName""$parseArguments_pattern""${BASH_SOURCE[2]}"
0 commit comments