Skip to content

Commit

Permalink
Update github.com/spf13/cobra to HEAD.
Browse files Browse the repository at this point in the history
This allows us to break down flags in the usage section by
command-specific and global.

Fixes kubernetes#4142.
  • Loading branch information
vmarmol committed Feb 11, 2015
1 parent 0019a0d commit ca5a958
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Godeps/_workspace/src/github.com/spf13/cobra/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Godeps/_workspace/src/github.com/spf13/cobra/cobra_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 63 additions & 12 deletions Godeps/_workspace/src/github.com/spf13/cobra/command.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca5a958

Please sign in to comment.