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.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.24.2
Choose a head ref
  • 13 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    14ae036 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    meatballhat authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    92540da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4609ad2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Merge pull request #1664 from urfave/v2-badge-update

    Update README badges for v2
    meatballhat authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3fac17e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge pull request #1666 from urfave/v2-go-versions

    Target two most recent Go versions in v2
    meatballhat authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a6b3713 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. flag: remove dependencies on shared variables

    See #1670 for context
    This commit creates a new type separatorSpec that will get passed into
    flag parser, instead of reading from shared variables.
    zllovesuki committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    dc6dfb7 View commit details
    Browse the repository at this point in the history
  2. Fix category

    skelouse committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    e496537 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    skelouse committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    75a20d4 View commit details
    Browse the repository at this point in the history
  4. Add new test

    skelouse committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    31d7502 View commit details
    Browse the repository at this point in the history
  5. Fix errors in examples

    dearchap committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    94ee95c View commit details
    Browse the repository at this point in the history
  6. Fix docs

    dearchap committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    cb2eafd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1671 from zllovesuki/v2-no-race

    flag: remove dependencies on shared variables
    dearchap authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    9013351 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1673 from skelouse/v2-maint

    Show non categorized flags with categorized on help
    dearchap authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2389448 View commit details
    Browse the repository at this point in the history
Loading