-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: clap-rs/clap
base: v3.2.19
head repository: clap-rs/clap
compare: v3.2.20
- 12 commits
- 24 files changed
- 3 contributors
Commits on Aug 27, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 17960a4 - Browse repository at this point
Copy the full SHA 17960a4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3d085b8 - Browse repository at this point
Copy the full SHA 3d085b8View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b4c276 - Browse repository at this point
Copy the full SHA 9b4c276View commit details
Commits on Aug 31, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for f7af765 - Browse repository at this point
Copy the full SHA f7af765View commit details -
Merge pull request #4146 from Calder-Ty/bugfix/3861_backport
Backport Bugfix/3861 to V3: Mangen not showing possible values
Configuration menu - View commit details
-
Copy full SHA for 19c9222 - Browse repository at this point
Copy the full SHA 19c9222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f17b6 - Browse repository at this point
Copy the full SHA 75f17b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c91438 - Browse repository at this point
Copy the full SHA 3c91438View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d2a1f5a - Browse repository at this point
Copy the full SHA d2a1f5aView commit details -
feat(parser): Provide convenience for SetTrue
I wanted to make `bool` a defaulted type parameter but rust-lang/rust#36887
Configuration menu - View commit details
-
Copy full SHA for 2d5fea5 - Browse repository at this point
Copy the full SHA 2d5fea5View commit details -
Merge pull request #4171 from epage/helper2
feat(parser): Provide convenience accessors for Actions
Configuration menu - View commit details
-
Copy full SHA for 39aba08 - Browse repository at this point
Copy the full SHA 39aba08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d35abc - Browse repository at this point
Copy the full SHA 9d35abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddcd13b - Browse repository at this point
Copy the full SHA ddcd13bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.2.19...v3.2.20