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.0.22
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.0.25
Choose a head ref
  • 18 commits
  • 16 files changed
  • 1 contributor

Commits on Nov 8, 2022

  1. 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
    epage committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9376a57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4465 from epage/help

    fix(help): Clarify that 'help' command accepts multiple
    epage authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0d27188 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. test(assert): Verify empty positional assert exists

    Wondered if we had this for #4467.  Figured we should actually test it.
    epage committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ec03972 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4471 from epage/assert

    test(assert): Verify empty positional assert exists
    epage authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4d69e56 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. test(parser): Show UTF8 bug

    epage committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    45d26e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cbed3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4474 from epage/utf8

    fix(parser): Don't panic on invalid UTF-8 values
    epage authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e6a3529 View commit details
    Browse the repository at this point in the history
  4. docs: Update changelog

    epage committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    20ecae1 View commit details
    Browse the repository at this point in the history
  5. chore: Release

    epage committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    95144b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. fix: Don't panic on non-built arg rendering

    For num_args, we'll just use the default
    
    Fixes #4479
    epage committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c939de8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4480 from epage/panic

    fix: Don't panic on non-built arg rendering
    epage authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8171a5f View commit details
    Browse the repository at this point in the history
  3. docs: Update changelog

    epage committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0bafd2f View commit details
    Browse the repository at this point in the history
  4. chore: Release

    epage committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    010976c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    d21ee51 View commit details
    Browse the repository at this point in the history
  2. 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
    epage committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6b62c82 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4482 from epage/suggest

    feat(parser): Show available subcommands when one is missing
    epage authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8cefdf3 View commit details
    Browse the repository at this point in the history
  4. docs: Update changelog

    epage committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    391cd00 View commit details
    Browse the repository at this point in the history
  5. chore: Release

    epage committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ba32ab8 View commit details
    Browse the repository at this point in the history
Loading