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

Commits on Feb 20, 2020

  1. Correct documentation for InOrStdin (#929)

    Documentation on function is incorrect
    desponda authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3c26245 View commit details
    Browse the repository at this point in the history
  2. leverage makefile to run build tasks (#976)

    remove circle ci
    jharshman authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    39cf99f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Add short version flag -v when not otherwise set (#996)

    Signed-off-by: Dave Henderson <dhenderson@gmail.com>
    hairyhenderson authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    95f2f73 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Partial Revert of #922 (#1068)

    Issue Reference: #1056
    
    #922 introduced a new error
    type that emitted when a command was not runnable. This caused
    all commands w/o a run function set to error w/ that message and a status code of 1.
    
    This change reverts the addition of that new error. Similar
    functionality can be accomplished by leveraging RunE.
    jharshman authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    6607e6b View commit details
    Browse the repository at this point in the history
Loading