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.25.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.25.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 25, 2023

  1. v2 - Fix incorrectTypeForFlagError for unknowns

    The `reflect` package doesn't always know what to call a type in
    `(reflect.Type).Name()`, but `fmt.Errorf("%T")` always gets it right.
    Use that so we get actionable error messages.
    danhunsaker committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    ef7074a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge pull request #1708 from danhunsaker/fix/type-reporting

    Fix `incorrectTypeForFlagError` for unknowns
    meatballhat authored May 1, 2023
    Configuration menu
    Copy the full SHA
    c69f466 View commit details
    Browse the repository at this point in the history
Loading