Skip to content

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

@nineonine

Description

@nineonine

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions