Skip to content

Commit

Permalink
refactor: replacing urfave/cli with alecthomas/kingpin (#603)
Browse files Browse the repository at this point in the history
* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: fix linter issues

* style: format

* chore: wording

* style: small fixes

* fix: improved exit

* test: more tests
  • Loading branch information
caarlos0 committed Mar 11, 2018
1 parent febef7d commit 8326751
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 220 deletions.
29 changes: 22 additions & 7 deletions Gopkg.lock

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

8 changes: 4 additions & 4 deletions Gopkg.toml
Expand Up @@ -14,10 +14,6 @@
name = "github.com/stretchr/testify"
version = "1.1.4"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.19.1"

[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"
Expand Down Expand Up @@ -53,3 +49,7 @@
[[constraint]]
name = "github.com/goreleaser/nfpm"
version = "~0.5.0"

[[constraint]]
name = "github.com/alecthomas/kingpin"
version = "~2.2.6"

0 comments on commit 8326751

Please sign in to comment.