Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clap-rs/clap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.19
Choose a base ref
...
head repository: clap-rs/clap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.20
Choose a head ref
  • 12 commits
  • 24 files changed
  • 3 contributors

Commits on Aug 27, 2022

  1. fix: Show possible values in generated man file

    This adds feature parity for mangen with the standard help output. Users
    will now see the list of possible values for value arguments.
    
    One change that was made to make this possible was adding the method
    `get_possible_values` to the public API for an arg. I tried to think of
    a way to get around this, but because this is the interface that the
    help generation uses, and it is part of the crate public interface
    I thing adding it as a part of the public API might be for the best.
    
    cherry-pick to backport this fix to v3
    
    fixes: #3861
    Calder-Ty committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    17960a4 View commit details
    Browse the repository at this point in the history
  2. fix: Take in account possible values being hidden

    This makes sure we take into account the setting that possible args
    is hidden
    
    backporting to v3-master
    Calder-Ty committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    3d085b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    9b4c276 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fix: Add possible vals to man for positional args

    Noticed that possible values would not show up for Positional arguments
    as well. Decided to add the changes for those as well.
    Calder-Ty committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f7af765 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4146 from Calder-Ty/bugfix/3861_backport

    Backport Bugfix/3861 to V3: Mangen not showing possible values
    epage authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    19c9222 View commit details
    Browse the repository at this point in the history
  3. docs: Update changelog

    epage committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    75f17b6 View commit details
    Browse the repository at this point in the history
  4. chore: Release

    epage committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3c91438 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    d2a1f5a View commit details
    Browse the repository at this point in the history
  2. feat(parser): Provide convenience for SetTrue

    I wanted to make `bool` a defaulted type parameter but
    rust-lang/rust#36887
    epage committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2d5fea5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4171 from epage/helper2

    feat(parser): Provide convenience accessors for Actions
    epage authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    39aba08 View commit details
    Browse the repository at this point in the history
  4. docs: Update changelog

    epage committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9d35abc View commit details
    Browse the repository at this point in the history
  5. chore: Release

    epage committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ddcd13b View commit details
    Browse the repository at this point in the history
Loading