Change to Kingpin flags (#199)
authorCalle Pettersson <carlpett@users.noreply.github.com>
Wed, 26 Jul 2017 09:27:04 +0000 (11:27 +0200)
committerBrian Brazil <brian.brazil@robustperception.io>
Wed, 26 Jul 2017 09:27:04 +0000 (10:27 +0100)
commitae0f6bff1498237a185e0a7496cdba09ced22d4b
tree13fed6d4dae949347d566bd6a41bae2e646635ba
parentfe60611e44e4a1dfb4c774b433e345894ba25cdd
Change to Kingpin flags (#199)
41 files changed:
Dockerfile
README.md
main.go
vendor/github.com/alecthomas/template/LICENSE [new file with mode: 0644]
vendor/github.com/alecthomas/template/README.md [new file with mode: 0644]
vendor/github.com/alecthomas/template/doc.go [new file with mode: 0644]
vendor/github.com/alecthomas/template/exec.go [new file with mode: 0644]
vendor/github.com/alecthomas/template/funcs.go [new file with mode: 0644]
vendor/github.com/alecthomas/template/helper.go [new file with mode: 0644]
vendor/github.com/alecthomas/template/parse/lex.go [new file with mode: 0644]
vendor/github.com/alecthomas/template/parse/node.go [new file with mode: 0644]
vendor/github.com/alecthomas/template/parse/parse.go [new file with mode: 0644]
vendor/github.com/alecthomas/template/template.go [new file with mode: 0644]
vendor/github.com/alecthomas/units/COPYING [new file with mode: 0644]
vendor/github.com/alecthomas/units/README.md [new file with mode: 0644]
vendor/github.com/alecthomas/units/bytes.go [new file with mode: 0644]
vendor/github.com/alecthomas/units/doc.go [new file with mode: 0644]
vendor/github.com/alecthomas/units/si.go [new file with mode: 0644]
vendor/github.com/alecthomas/units/util.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/COPYING [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/README.md [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/actions.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/app.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/args.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/cmd.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/completions.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/doc.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/envar.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/flags.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/global.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth_unix.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/model.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/parser.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/parsers.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/templates.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/usage.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/values.go [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/values.json [new file with mode: 0644]
vendor/gopkg.in/alecthomas/kingpin.v2/values_generated.go [new file with mode: 0644]
vendor/vendor.json