Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value of type bool always falls back to CLI and sets it to False if it hasn't been passed #70

Open
nineonine opened this issue Nov 3, 2020 · 0 comments

Comments

@nineonine
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant