status-go/vendor/github.com/urfave/cli/v2
..
.flake8
.gitignore
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
app.go
args.go
category.go
cli.go
command.go
context.go
docs.go
errors.go
fish.go
flag-spec.yaml
flag.go
flag_bool.go
flag_duration.go
flag_ext.go
flag_float64.go
flag_float64_slice.go
flag_generic.go
flag_int.go
flag_int64.go
flag_int64_slice.go
flag_int_slice.go
flag_path.go
flag_string.go
flag_string_slice.go
flag_timestamp.go
flag_uint.go
flag_uint64.go
flag_uint64_slice.go
flag_uint_slice.go
funcs.go
godoc-current.txt
help.go
mkdocs-requirements.txt
mkdocs.yml
parse.go
sliceflag.go
sliceflag_pre18.go
sort.go
suggestions.go
template.go
zz_generated.flags.go

README.md

cli

Run Tests Go Reference 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