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.20.3
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.23.0
Choose a head ref
  • 11 commits
  • 20 files changed
  • 5 contributors

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    31487e7 View commit details
    Browse the repository at this point in the history
  2. Add fmt import

    dearchap committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    9d0fdbe View commit details
    Browse the repository at this point in the history
  3. Add arg

    dearchap committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    0dca2d8 View commit details
    Browse the repository at this point in the history
  4. Spelling (#1543)

    * spelling: available
    * spelling: explicitly
    * spelling: feel
    * spelling: github
    * spelling: individual
    * spelling: inputting
    * spelling: occurring
    * spelling: overriding
    * spelling: propagated
    * spelling: recursively
    * spelling: reuse
    * spelling: single
    * spelling: value
    
    Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    jsoref authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7732a51 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Update docs/v2/examples/flags.md

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    de73d1b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Fix:(issue_1548) Check root before run default cmd

    devinnwang committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ba96587 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1544 from dearchap/issue_786

    Documentation:(issue_786) Add docs for flag validation
    dearchap authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7563894 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1549 from smalnote/smalnote/issue_1548

    Fix:(issue_1548) Check root before run default cmd
    dearchap authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    82bdf5f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Feature: (issue_1451) customized slice flag separator (#1546)

    * feat: customized slice flag separator
    
    * feat: modify go doc
    
    * feat: update unit test
    FGYFFFF authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    63cb372 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Feature:(issue_1090): Add unwrap for ExitCoder (#1545)

    * Feature:(issue_1090): Add unwrap for ExitCoder
    
    * Add simple test for error
    dearchap authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c344b46 View commit details
    Browse the repository at this point in the history
  2. Feature:(issue_269) Allow external package flag definitions (#1540)

    * Feature:(issue_269) Add compatibility with external package flag definitions
    
    * Add tests
    
    * Add defer to remove global flag
    
    * Use ptr to receiver for extFlag
    
    * Add const for flag prefix to ignore
    dearchap authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ae8d932 View commit details
    Browse the repository at this point in the history
Loading