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: clap_complete-v4.5.50
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: clap_complete-v4.5.51
Choose a head ref
  • 15 commits
  • 29 files changed
  • 4 contributors

Commits on May 7, 2025

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

Commits on May 8, 2025

  1. Merge pull request #5992 from epage/docs

    docs: Improve starting point for builder reference
    epage authored May 8, 2025
    Configuration menu
    Copy the full SHA
    634ef20 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. Configuration menu
    Copy the full SHA
    487aec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2cc8d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. Merge pull request #5996 from cenviity/push-kynozmuuzzuy

    feat(help): Prefix argument long and short aliases in output with `--` and `-`
    epage authored May 11, 2025
    Configuration menu
    Copy the full SHA
    7f9aead View commit details
    Browse the repository at this point in the history
  2. docs: Update changelog

    epage committed May 11, 2025
    Configuration menu
    Copy the full SHA
    8dd92a7 View commit details
    Browse the repository at this point in the history
  3. chore: Release

    epage committed May 11, 2025
    Configuration menu
    Copy the full SHA
    6b12a81 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. docs: Cleanup unused links

    epage committed May 16, 2025
    Configuration menu
    Copy the full SHA
    e01f2b7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update Rust Stable to v1.87 (#6004)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 16, 2025
    Configuration menu
    Copy the full SHA
    e2188d9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Configuration menu
    Copy the full SHA
    ed0c63d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6012 from epage/sub

    docs(derive): Specify arg_required_else_help is set for users
    epage authored May 23, 2025
    Configuration menu
    Copy the full SHA
    bd01bdc View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. 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
    gtema committed May 27, 2025
    Configuration menu
    Copy the full SHA
    21fc9e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6009 from gtema/complete_try_generate

    feat(clap-complete): Introduce fallible generator
    epage authored May 27, 2025
    Configuration menu
    Copy the full SHA
    3398b6a View commit details
    Browse the repository at this point in the history
  3. docs: Update changelog

    epage committed May 27, 2025
    Configuration menu
    Copy the full SHA
    d37b0b5 View commit details
    Browse the repository at this point in the history
  4. chore: Release

    epage committed May 27, 2025
    Configuration menu
    Copy the full SHA
    b49dae2 View commit details
    Browse the repository at this point in the history
Loading