Dominick
Results
2
comments of
Dominick
What if you'd like **myBool** (or any variable) to actually be the string "true" though? Some sort of flag at the command-line level would likely be needed, adding complexity. My...
In theory you could relegate command line arguments to being flags proper, i.e., booleans, and have environment variables and config file settings' values still be parsed as strings, but you'd...