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.26
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.27
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 17, 2024

  1. fix(complete): Adjust how IFS is passed to clap

    No idea why using passing along `IFS` isn't workong on my machine (but is for tests).
    
    Fixes #5730
    epage committed Sep 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5d7c16c View commit details
  2. Merge pull request #5731 from epage/bash

    fix(complete): Adjust how IFS is passed to clap
    epage authored Sep 17, 2024
    Copy the full SHA
    5ca60e9 View commit details
  3. docs(complete): Clarify CompleteEnv's Shell trait

    epage committed Sep 17, 2024
    Copy the full SHA
    c92fca3 View commit details
  4. Merge pull request #5732 from epage/consistent

    docs(complete): Clarify CompleteEnv's Shell trait
    epage authored Sep 17, 2024
    Copy the full SHA
    d8f102a View commit details
  5. docs: Update changelog

    epage committed Sep 17, 2024
    Copy the full SHA
    0c8bceb View commit details
  6. chore: Release

    epage committed Sep 17, 2024
    Copy the full SHA
    21c9892 View commit details
Loading