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: spf13/cobra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3e0bc3f
Choose a base ref
...
head repository: spf13/cobra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3916295
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 8, 2022

  1. Use correct stale action exempt- yaml keys (#1800)

    Signed-off-by: John McBride <[email protected]>
    jpmcb authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2e8ba6f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Deprecate ExactValidArgs() and test combinations of args validators (#…

    …1643)
    
    * deprecate ExactValidArgs in favour of MatchAll(OnlyValidArgs, ...)
    * test combinations of args validators
    * adjust docs
    umarcor authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    70e53f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Support for case-insensitive command names (#1802)

    Add a global `EnableCaseInsensitive` variable to allow
    case-insensitive command names.
    
    The variable supports commands names and aliases globally.
    
    Resolves #1382
    YuviGold authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d689184 View commit details
    Browse the repository at this point in the history
  2. ci: add workflow_dispatch

    umarcor committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    3916295 View commit details
    Browse the repository at this point in the history
Loading