Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial Revert of #922 #1068

Merged
merged 1 commit into from Mar 27, 2020
Merged

Commits on Mar 26, 2020

  1. Partial Revert of spf13#922

    Issue Reference: spf13#1056
    
    spf13#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 committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bdb602d View commit details
    Browse the repository at this point in the history