go-mtree/vendor/github.com/urfave/cli/v2
Vincent Batts 9e437eee80
go: update modules
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2022-07-05 09:02:09 -04:00
..
.flake8 main: switch to urfave/cli/v2 2022-04-04 16:06:48 -04:00
.gitignore go: update modules 2022-07-05 09:02:09 -04:00
CODE_OF_CONDUCT.md go: update modules 2022-07-05 09:02:09 -04:00
LICENSE go: update modules 2022-07-05 09:02:09 -04:00
Makefile go: update modules 2022-07-05 09:02:09 -04:00
README.md go: update modules 2022-07-05 09:02:09 -04:00
app.go go: update modules 2022-07-05 09:02:09 -04:00
args.go main: switch to urfave/cli/v2 2022-04-04 16:06:48 -04:00
category.go go: update modules 2022-07-05 09:02:09 -04:00
cli.go go: update modules 2022-07-05 09:02:09 -04:00
command.go go: update modules 2022-07-05 09:02:09 -04:00
context.go go: update modules 2022-07-05 09:02:09 -04:00
docs.go go: update modules 2022-07-05 09:02:09 -04:00
errors.go main: switch to urfave/cli/v2 2022-04-04 16:06:48 -04:00
fish.go go: update modules 2022-07-05 09:02:09 -04:00
flag-spec.yaml go: update modules 2022-07-05 09:02:09 -04:00
flag.go go: update modules 2022-07-05 09:02:09 -04:00
flag_bool.go go: update modules 2022-07-05 09:02:09 -04:00
flag_duration.go go: update modules 2022-07-05 09:02:09 -04:00
flag_float64.go go: update modules 2022-07-05 09:02:09 -04:00
flag_float64_slice.go go: update modules 2022-07-05 09:02:09 -04:00
flag_generic.go go: update modules 2022-07-05 09:02:09 -04:00
flag_int.go go: update modules 2022-07-05 09:02:09 -04:00
flag_int64.go go: update modules 2022-07-05 09:02:09 -04:00
flag_int64_slice.go go: update modules 2022-07-05 09:02:09 -04:00
flag_int_slice.go go: update modules 2022-07-05 09:02:09 -04:00
flag_path.go go: update modules 2022-07-05 09:02:09 -04:00
flag_string.go go: update modules 2022-07-05 09:02:09 -04:00
flag_string_slice.go go: update modules 2022-07-05 09:02:09 -04:00
flag_timestamp.go go: update modules 2022-07-05 09:02:09 -04:00
flag_uint.go go: update modules 2022-07-05 09:02:09 -04:00
flag_uint64.go go: update modules 2022-07-05 09:02:09 -04:00
funcs.go go: update modules 2022-07-05 09:02:09 -04:00
godoc-current.txt go: update modules 2022-07-05 09:02:09 -04:00
help.go go: update modules 2022-07-05 09:02:09 -04:00
mkdocs-requirements.txt go: update modules 2022-07-05 09:02:09 -04:00
mkdocs.yml go: update modules 2022-07-05 09:02:09 -04:00
parse.go go: update modules 2022-07-05 09:02:09 -04:00
sliceflag.go go: update modules 2022-07-05 09:02:09 -04:00
sliceflag_pre18.go go: update modules 2022-07-05 09:02:09 -04:00
sort.go main: switch to urfave/cli/v2 2022-04-04 16:06:48 -04:00
suggestions.go go: update modules 2022-07-05 09:02:09 -04:00
template.go go: update modules 2022-07-05 09:02:09 -04:00
zz_generated.flags.go go: update modules 2022-07-05 09:02:09 -04:00

README.md

cli

GoDoc codebeat Go Report Card codecov

cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.

Documentation

More documentation is available in ./docs or the hosted documentation site at https://cli.urfave.org.

License

See LICENSE