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: main
Choose a base ref
...
head repository: Poweranimal/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 4, 2021

  1. added enum flag

    poweranimal committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    99e36f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. EnumByName returns nil if the provided name is invalid

    added EnumByName to Context -> Context.Enum
    renamed flag_enum.go to flag_choice.go
    poweranimal committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    241cd30 View commit details
    Browse the repository at this point in the history
  2. added destination

    poweranimal committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    fba29bb View commit details
    Browse the repository at this point in the history
  3. added destination

    improved ChoiceFlag api
    poweranimal committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    1b87cac View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. improved ChoiceFlag api

    poweranimal committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9d34d98 View commit details
    Browse the repository at this point in the history
  2. renamed "decoder" to "choice"

    poweranimal committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fd43f69 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. typed destination input

    poweranimal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    30cdd7e View commit details
    Browse the repository at this point in the history
  2. added utility constructor NewStringerChoice

    poweranimal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    9bffca2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. bugfix

    poweranimal committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8437456 View commit details
    Browse the repository at this point in the history
Loading