Thanks to visit codestin.com
Credit goes to github.com

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: v4.3.17
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: v4.3.18
Choose a head ref
  • 14 commits
  • 40 files changed
  • 1 contributor

Commits on Jul 20, 2023

  1. fix(complete): Prefer our own sort order

    For testing, I'm seeing different sort orders for local and CI despite
    using the same bash version...
    epage committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    35a9d84 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    010d7c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c362fe View commit details
    Browse the repository at this point in the history
  3. refactor(complete): Split tests up

    This makes them easier to read and and easier to manually invoke
    epage committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    28be38b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d0fa2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34a7973 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51e37af View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5026 from epage/test

    test(complete): First end-to-end test
    epage authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9cc4fe8 View commit details
    Browse the repository at this point in the history
  8. docs(cookbook): Correct a typo

    epage committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    55923ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76b891d View commit details
    Browse the repository at this point in the history
  10. fix(parser): Don't suggest -- as often

    See #2766
    epage committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6590a85 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5033 from epage/escape

    fix(parser): Don't suggest -- as often
    epage authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e822341 View commit details
    Browse the repository at this point in the history
  12. docs: Update changelog

    epage committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a6267b7 View commit details
    Browse the repository at this point in the history
  13. chore: Release

    epage committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9856d67 View commit details
    Browse the repository at this point in the history
Loading