We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97d190 commit d290196Copy full SHA for d290196
batch encoder.bat
@@ -25,7 +25,7 @@ for %%G in (%*) DO (if "%%G"=="--debug" (set "par_debug=true" & goto ArgParser))
25
set "FLAG=0"
26
for %%G in (%*) DO (
27
set ARG=%%G
28
- rem if FLAG, record the flag name
+ :: if FLAG, record the flag name
29
echo !ARG! | findstr "\--" > nul && (
30
if not ["!FLAG!"]==["0"] ( rem Check if FLAG is set - if it is, then previous was a boolean.
31
set "par_!FLAG!=true"
0 commit comments