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.12.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.13.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 6 contributors

Commits on Aug 16, 2022

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

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    b4df361 View commit details
    Browse the repository at this point in the history
  2. Remove debug println

    dearchap committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0ef2352 View commit details
    Browse the repository at this point in the history
  3. Revert godoc changes

    dearchap committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2e8c0e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Merge pull request #1456 from dearchap/issue_1455

    Fix:(issue_1455) Allow bool flags from input altsrc
    dearchap authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    77a5fef View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Add configurable Base to int, uint and uint64 flags

    This allows users to configure the basis for integer parsing.
    ccremer committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    bd2ae12 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Merge pull request #1464 from ccremer/parse-int

    Add configurable Base to int, uint and uint64 flags
    dearchap authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8b23e7b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. fix: allow required flag with one character (#1449)

    * fix: allow required flag with one character
    
    * fix: update test case
    Gerrard-YNWA authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b98c059 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Add support for alias in YAMLs (#1448)

    * adding in boolean alias support
    
    * fixing formatting
    
    * adding string alias and test
    
    * adding int alias and test
    
    * add support for duration flag
    
    * adding float flag alias support
    
    * adding alias support to remaining flags and fixing tests
    
    * fixing test
    
    * Modify nesting flag apply
    
    Co-authored-by: Dokiy <[email protected]>
    Co-authored-by: Dokiy <[email protected]>
    3 people authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f664246 View commit details
    Browse the repository at this point in the history
Loading