Include "1" in the list of "true-strings" on the command line
This commit is contained in:
parent
3cb6b26d1d
commit
6ea66f02de
@ -728,6 +728,7 @@ int main(int argc, char * argv[])
|
||||
str == "on" ||
|
||||
str == "yes" ||
|
||||
str == "y" ||
|
||||
str == "1" ||
|
||||
str == ""; // standalone "redirect" or "disable-bluescreen" or similar arguments
|
||||
};
|
||||
auto true_arg = [&true_string](Argument arg) {
|
||||
|
Loading…
Reference in New Issue
Block a user