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

Bump github.com/urfave/cli/v2 from 2.4.8 to 2.8.1 #139

Merged
merged 2 commits into from May 26, 2022

Commits on May 26, 2022

  1. Bump github.com/urfave/cli/v2 from 2.4.4 to 2.8.1

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.4.4 to 2.8.1.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.4.4...v2.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 26, 2022
    Configuration menu
    Copy the full SHA
    95949db View commit details
    Browse the repository at this point in the history
  2. Fix parsing of boolean config parameters.

    Other file formats like JSON or YAML would provide more type information, and unmarshalling would create correct types. Properties files aren't that useful, so we have to enforce some types by ourselves. We have to keep an eye on other types beside boolean, but this one seems sufficient for now.
    
    Relates to urfave/cli#1376, which made our previous workaround (see #81 and #83) fail due to a private function in the InputSourceContext interface.
    gesellix committed May 26, 2022
    Configuration menu
    Copy the full SHA
    519dcdc View commit details
    Browse the repository at this point in the history