-
-
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: clap_complete-v4.5.50
head repository: clap-rs/clap
compare: clap_complete-v4.5.51
- 15 commits
- 29 files changed
- 4 contributors
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b8f5d53 - Browse repository at this point
Copy the full SHA b8f5d53View commit details
Commits on May 8, 2025
-
Merge pull request #5992 from epage/docs
docs: Improve starting point for builder reference
Configuration menu - View commit details
-
Copy full SHA for 634ef20 - Browse repository at this point
Copy the full SHA 634ef20View commit details
Commits on May 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 487aec3 - Browse repository at this point
Copy the full SHA 487aec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for da2cc8d - Browse repository at this point
Copy the full SHA da2cc8dView commit details
Commits on May 11, 2025
-
Merge pull request #5996 from cenviity/push-kynozmuuzzuy
feat(help): Prefix argument long and short aliases in output with `--` and `-`
Configuration menu - View commit details
-
Copy full SHA for 7f9aead - Browse repository at this point
Copy the full SHA 7f9aeadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd92a7 - Browse repository at this point
Copy the full SHA 8dd92a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b12a81 - Browse repository at this point
Copy the full SHA 6b12a81View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e01f2b7 - Browse repository at this point
Copy the full SHA e01f2b7View commit details -
chore(deps): Update Rust Stable to v1.87 (#6004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e2188d9 - Browse repository at this point
Copy the full SHA e2188d9View commit details
Commits on May 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ed0c63d - Browse repository at this point
Copy the full SHA ed0c63dView commit details -
Merge pull request #6012 from epage/sub
docs(derive): Specify arg_required_else_help is set for users
Configuration menu - View commit details
-
Copy full SHA for bd01bdc - Browse repository at this point
Copy the full SHA bd01bdcView commit details
Commits on May 27, 2025
-
feat(clap-complete): Introduce fallible generator
It may happen that writing completion fails due to whichever reason. Currently clap-complete panics without letting calling code to react on that error (i.e. ignore). Introduce fallible version of the `generate` function by mostly only getting rid of except and instead exposing Result. For backwards compatibility make default trait implementation of `try_generate` function to call `generate` not to break users defining their own `generate`. Issue: #5993
Configuration menu - View commit details
-
Copy full SHA for 21fc9e4 - Browse repository at this point
Copy the full SHA 21fc9e4View commit details -
Merge pull request #6009 from gtema/complete_try_generate
feat(clap-complete): Introduce fallible generator
Configuration menu - View commit details
-
Copy full SHA for 3398b6a - Browse repository at this point
Copy the full SHA 3398b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d37b0b5 - Browse repository at this point
Copy the full SHA d37b0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b49dae2 - Browse repository at this point
Copy the full SHA b49dae2View 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 clap_complete-v4.5.50...clap_complete-v4.5.51