-
-
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: v4.0.22
head repository: clap-rs/clap
compare: v4.0.25
- 18 commits
- 16 files changed
- 1 contributor
Commits on Nov 8, 2022
-
fix(help): Clarify that 'help' command accepts multiple
Making this plural can go either way as - Clarify it is plural - This is all really to simulate actually doing subcommands and you only do one at a time For now, I lean towards clarifying it is plural I also tweaked the message to be more consistent with how `--help` and `-h` describe themselves. Fixes #4342
Configuration menu - View commit details
-
Copy full SHA for 9376a57 - Browse repository at this point
Copy the full SHA 9376a57View commit details -
Merge pull request #4465 from epage/help
fix(help): Clarify that 'help' command accepts multiple
Configuration menu - View commit details
-
Copy full SHA for 0d27188 - Browse repository at this point
Copy the full SHA 0d27188View commit details
Commits on Nov 10, 2022
-
test(assert): Verify empty positional assert exists
Wondered if we had this for #4467. Figured we should actually test it.
Configuration menu - View commit details
-
Copy full SHA for ec03972 - Browse repository at this point
Copy the full SHA ec03972View commit details -
Merge pull request #4471 from epage/assert
test(assert): Verify empty positional assert exists
Configuration menu - View commit details
-
Copy full SHA for 4d69e56 - Browse repository at this point
Copy the full SHA 4d69e56View commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 45d26e0 - Browse repository at this point
Copy the full SHA 45d26e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cbed3 - Browse repository at this point
Copy the full SHA e9cbed3View commit details -
Merge pull request #4474 from epage/utf8
fix(parser): Don't panic on invalid UTF-8 values
Configuration menu - View commit details
-
Copy full SHA for e6a3529 - Browse repository at this point
Copy the full SHA e6a3529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ecae1 - Browse repository at this point
Copy the full SHA 20ecae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95144b7 - Browse repository at this point
Copy the full SHA 95144b7View commit details
Commits on Nov 14, 2022
-
fix: Don't panic on non-built arg rendering
For num_args, we'll just use the default Fixes #4479
Configuration menu - View commit details
-
Copy full SHA for c939de8 - Browse repository at this point
Copy the full SHA c939de8View commit details -
Merge pull request #4480 from epage/panic
fix: Don't panic on non-built arg rendering
Configuration menu - View commit details
-
Copy full SHA for 8171a5f - Browse repository at this point
Copy the full SHA 8171a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bafd2f - Browse repository at this point
Copy the full SHA 0bafd2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010976c - Browse repository at this point
Copy the full SHA 010976cView commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d21ee51 - Browse repository at this point
Copy the full SHA d21ee51View commit details -
feat(parser): Show available subcommands when one is missing
Similar to - Listing all required arguments when one is missing - Listing all possible values when no value is provided This came up when discussing #3572
Configuration menu - View commit details
-
Copy full SHA for 6b62c82 - Browse repository at this point
Copy the full SHA 6b62c82View commit details -
Merge pull request #4482 from epage/suggest
feat(parser): Show available subcommands when one is missing
Configuration menu - View commit details
-
Copy full SHA for 8cefdf3 - Browse repository at this point
Copy the full SHA 8cefdf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 391cd00 - Browse repository at this point
Copy the full SHA 391cd00View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba32ab8 - Browse repository at this point
Copy the full SHA ba32ab8View 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 v4.0.22...v4.0.25