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.0
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
  • 17 commits
  • 17 files changed
  • 7 contributors

Commits on Mar 5, 2023

  1. Shift tested Go versions in v2-maint

    as with #1691
    meatballhat committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    3c4a23a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ebe2d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1692 from urfave/v2-bump-go-versions

    Shift tested Go versions in v2-maint
    meatballhat authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    560c87b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    a7e3459 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Preserve separator spec on subcommands

    The separatorSpec is not passed along to the subcommands which means
    that SliceFlags on subcommands will not use the global separator
    settings.
    thschmitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8c9bd3f View commit details
    Browse the repository at this point in the history

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 Mar 26, 2023

  1. Merge pull request #1710 from thschmitt/fix/subcommand-separator

    Preserve separator spec on subcommands
    meatballhat authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0436998 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    69df7bf View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Merge pull request #1709 from nirhaas/nhaas/required_flag_with_alias_…

    …errors_with_actual_name
    
    Fix missing required flag error uses flag name and not alias
    dearchap authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    31b7abb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    ce70743 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1714 from huiyifyj/v2-remove-var

    Remove redundant variable declarations
    dearchap authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c0cc5c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    57cbb2d View commit details
    Browse the repository at this point in the history
  2. Update tests

    dearchap committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a78aa8c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Update fish_test.go

    Co-authored-by: Anatoli Babenia <anatoli@rainforce.org>
    dearchap and abitrolly authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d31582c View commit details
    Browse the repository at this point in the history
  2. Change from code review

    dearchap committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5b9c03e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Merge pull request #1723 from dearchap/issue_1689

    Fix:(issue 1689) Match markdown output with help output
    dearchap authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    97e1edb 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