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.13.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.14.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    514a114 View commit details
    Browse the repository at this point in the history
  2. Fix:(issue_1293) Wrap usage text for commands (#1460)

    * Fix:(issue_1293) Wrap usage text for commands
    
    * Change way to calculate offset
    
    * Make test case more robust
    
    * Remove add function
    
    * Add comment
    dearchap authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    254c38e View commit details
    Browse the repository at this point in the history
  3. Add App.InvalidFlagAccessHandler (#1446)

    * Add App.UnknownFlagHandler
    
    * Rename App.UnknownFlagHandler to App.InvalidFlagAccessHandler
    
    * Traverse parent contexts
    icholy authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ca9df40 View commit details
    Browse the repository at this point in the history
Loading