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
If there is a value of type bool, the resolver would always try to read it from args passed via CLI. If it is not there, it would set it to False. This behaviour is undesirable if you wish to specify the value via configuration file.
Expected behaviour
The library is not trying to resolve the bool value in CLI args.
The library does not set the value to False if it was not found in CLI args.
The text was updated successfully, but these errors were encountered:
If there is a value of type
bool
, the resolver would always try to read it from args passed via CLI. If it is not there, it would set it to False. This behaviour is undesirable if you wish to specify the value via configuration file.Expected behaviour
bool
value in CLI args.The text was updated successfully, but these errors were encountered: