File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ goto err
343343@ echo .
344344@ echo -y/--no-prompt Don't prompt for input; accept all defaults when running examples that accept user input
345345@ echo .
346- @ echo --prompt < values> Don't prompt for input; comma delimited list of inputs read when running examples that accept user input."
346+ @ echo --prompts values Don't prompt for input; comma delimited list of inputs read when running examples that accept user input."
347347@echo.
348348@ echo --verbose and -q/--quiet Verbose or quiet logging. Sets default log level to DEBUG or WARN instead of INFO
349349@ echo .
@@ -401,7 +401,7 @@ IF "%1"=="-j" goto set_addl_jetty_config
401401IF " %1 " == " --jettyconfig" goto set_addl_jetty_config
402402IF " %1 " == " -y" goto set_noprompt
403403IF " %1 " == " --no-prompt" goto set_noprompt
404- IF " %1 " == " --prompt" goto set_prompt
404+ IF " %1 " == " --prompt" s goto set_prompts
405405
406406REM Skip stop arg parsing if not stop command
407407IF NOT " %SCRIPT_CMD% " == " stop" goto parse_general_args
@@ -698,7 +698,7 @@ set "PASS_TO_RUN_EXAMPLE=--no-prompt !PASS_TO_RUN_EXAMPLE!"
698698SHIFT
699699goto parse_args
700700
701- :set_prompt
701+ :set_prompts
702702set " PASS_TO_RUN_EXAMPLE = --prompts %~2 !PASS_TO_RUN_EXAMPLE! "
703703
704704SHIFT
You can’t perform that action at this time.
0 commit comments