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.8.1
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.9.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on May 23, 2022

  1. Fix 'repetetive' typo

    mostynb committed May 23, 2022
    Configuration menu
    Copy the full SHA
    eecfd00 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge pull request #1402 from mostynb/fix_typo

    Fix 'repetetive' typo
    meatballhat authored May 24, 2022
    Configuration menu
    Copy the full SHA
    12a4c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813ab33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1407 from urfave/missing-go-sums

    Add some missing go.sum entries needed with 1.16.x
    meatballhat authored May 24, 2022
    Configuration menu
    Copy the full SHA
    947f989 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Add SliceFlag wrapper and fix bugs in existing implementations

    The SliceFlag implementation and associated aliases (MultiStringFlag, etc)
    extend the existing slice implementations (StringSliceFlag, etc) to support
    actual slices as the flag value and destination.
    
    This change also fixes various bugs in the existing implementation. Notably,
    the StringSliceFlag.Apply implementation would modify the input (default)
    Value, if an env var was set, and no destination was provided. The bugs fixed
    in the other three implementations were all already fixed in either
    StringSliceFlag, or in one case (ignoring empty env var) in Float64SliceFlag.
    joeycumines committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e77dd7b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Fix build for go < 1.18

    joeycumines committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    4f795e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Merge pull request #1409 from joeycumines/main

    Add SliceFlag wrapper and fix bugs in existing implementations
    meatballhat authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    8007c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3082652 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1412 from urfave/update-v2-docs

    Update the v2 docs since merging #1409
    meatballhat authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    2d1634c View commit details
    Browse the repository at this point in the history
Loading