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: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.24.2
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.24.3
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 31, 2023

  1. Fixes #1648

    This adds a new field to the `FlagStringSlice` struct for controlling
    the trimming of space when parsing arguments. The new field is called
    `NoTrimSpace` and trims space by default. This is to not break existing
    programs that depends on this behavior. See
    #1649 (comment) for
    further details.
    palsivertsen committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    12b6187 View commit details
    Browse the repository at this point in the history
  2. Honor NoTrimSpace field for flags from env

    This commits addresses the following comment:
    #1649 (comment)
    
    String slice flag values from environment now follows the same rules as
    parsed values.
    palsivertsen committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d14954f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9998599 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30bb798 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge pull request #1675 from palsivertsen/v2-maint

    Make trim space optional
    dearchap authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4559ae9 View commit details
    Browse the repository at this point in the history
Loading