go-mtree/vendor/github.com/urfave/cli/v2
Vincent Batts 45591ed121
go: updating modules
It seems this may be the last update to urfave/cli for go1.17, as their
v2.25 uses generics of go1.18 and didn't partition it with build tags
😵😵😵

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-03-22 10:42:20 -04:00
..
.flake8 main: switch to urfave/cli/v2 2022-04-04 16:06:48 -04:00
.gitignore go: updating modules 2023-03-22 10:42:20 -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: updating modules 2023-03-22 10:42:20 -04:00
README.md go: updating modules 2023-03-22 10:42:20 -04:00
app.go go: updating modules 2023-03-22 10:42:20 -04:00
args.go main: switch to urfave/cli/v2 2022-04-04 16:06:48 -04:00
category.go go: updating modules 2023-03-22 10:42:20 -04:00
cli.go go: updating modules 2023-03-22 10:42:20 -04:00
command.go go: updating modules 2023-03-22 10:42:20 -04:00
context.go go: updating modules 2023-03-22 10:42:20 -04:00
docs.go go: update modules 2022-07-05 09:02:09 -04:00
errors.go go: updating modules 2023-03-22 10:42:20 -04:00
fish.go go: updating modules 2023-03-22 10:42:20 -04:00
flag-spec.yaml go: updating modules 2023-03-22 10:42:20 -04:00
flag.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_bool.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_duration.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_ext.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_float64.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_float64_slice.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_generic.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_int.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_int64.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_int64_slice.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_int_slice.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_path.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_string.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_string_slice.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_timestamp.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_uint.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_uint64.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_uint64_slice.go go: updating modules 2023-03-22 10:42:20 -04:00
flag_uint_slice.go go: updating modules 2023-03-22 10:42:20 -04:00
funcs.go go: updating modules 2023-03-22 10:42:20 -04:00
godoc-current.txt go: updating modules 2023-03-22 10:42:20 -04:00
help.go go: updating modules 2023-03-22 10:42:20 -04:00
mkdocs-requirements.txt go: update modules 2022-07-05 09:02:09 -04:00
mkdocs.yml go: updating modules 2023-03-22 10:42:20 -04:00
parse.go go: updating modules 2023-03-22 10:42:20 -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: updating modules 2023-03-22 10:42:20 -04:00
zz_generated.flags.go go: updating modules 2023-03-22 10:42:20 -04:00

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