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

Migrating to spf13/cobra for commandline processing #128

Merged
merged 1 commit into from
Apr 29, 2017

Conversation

hairyhenderson
Copy link
Owner

This is a replacement for #122 - turns out mow.cli didn't work out so well: flags can't seem to handle - as a value, and the syntax to specifying syntax isn't so simple when you get to the complex cases.

Most of the changes in this PR are vendor-related. Otherwise, there's some cleanup that makes things a little closer to how Cobra-based apps are usually structured (though still not entirely idiomatic, because reasons).

Signed-off-by: Dave Henderson dhenderson@gmail.com

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant