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.10
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.11
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 6, 2022

  1. docs(cookbook): PossibleValues with custom types

    This used to be more magical in clap 3 and people are having a hard time
    discovering how to get this in clap 4, so let's add examples:
    - discrete numbers
    - foreign enums
    epage committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e467cc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4352 from epage/typed

    docs(cookbook): PossibleValues with custom types
    epage authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    93648df View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. fix(clap): Early line wrap ascii control chars

    counting ascii control sequences lead to unpredictable and early
    line breaks on colorized inputs (e.g. syntax highlighted strings)
    Harald Gutmann committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    95c6388 View commit details
    Browse the repository at this point in the history
  2. fix(clap): Early line wrap ascii control chars

    counting ascii control sequences lead to unpredictable and early
    line breaks on colorized inputs (e.g. syntax highlighted strings)
    Harald Gutmann committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    505f760 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Merge pull request #4361 from hargut/fix/dont-count-control-character…

    …s-in-line-wrap
    
    fix(clap): line wrap on strings that contain ascii control characters
    epage authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    db7439f View commit details
    Browse the repository at this point in the history
  2. docs: Update changelog

    epage committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ec57bec View commit details
    Browse the repository at this point in the history
  3. chore: Release

    epage committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ec3fdc4 View commit details
    Browse the repository at this point in the history
Loading