Skip to content

Commit

Permalink
Update cobra CLI version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake authored Apr 25, 2018
1 parent 47538f4 commit fbab2a5
Show file tree
Hide file tree
Showing 47 changed files with 2,778 additions and 2,443 deletions.
80 changes: 69 additions & 11 deletions Gopkg.lock

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

3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func main() {

func checkMain(osArgs []string) int {
os.Args = osArgs
var debugFlagVal bool
rootCmd := checker.AssetRootCmd(creator.Golint(), config.UpgradeConfig, "run golint check")
return cobracli.ExecuteWithDefaultParamsWithVersion(rootCmd, &debugFlagVal, "")
return cobracli.ExecuteWithDefaultParams(rootCmd)
}
23 changes: 20 additions & 3 deletions vendor/github.com/palantir/pkg/.circleci/config.yml

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

71 changes: 62 additions & 9 deletions vendor/github.com/palantir/pkg/Gopkg.lock

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

4 changes: 2 additions & 2 deletions vendor/github.com/palantir/pkg/cli/gocd_imports.json

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

Loading

0 comments on commit fbab2a5

Please sign in to comment.