VictoriaMetrics/vendor/github.com/urfave/cli/v2
2024-07-27 13:52:48 +02:00
..
.flake8
.gitignore vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
.golangci.yaml vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
app.go vendor: run make vendor-update 2024-05-12 16:17:38 +02:00
args.go
category.go vendor: run make vendor-update 2024-05-12 16:17:38 +02:00
cli.go
CODE_OF_CONDUCT.md
command.go vendor: run make vendor-update 2024-05-12 16:17:38 +02:00
context.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
docs.go
errors.go
fish.go
flag_bool.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_duration.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_ext.go
flag_float64_slice.go
flag_float64.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_generic.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_int64_slice.go
flag_int64.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_int_slice.go
flag_int.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_path.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_string_slice.go
flag_string.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_timestamp.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_uint64_slice.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
flag_uint64.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_uint_slice.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
flag_uint.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag-spec.yaml
flag.go
funcs.go
godoc-current.txt vendor: run make vendor-update 2024-07-27 13:52:48 +02:00
help.go vendor: run make vendor-update 2024-07-27 13:52:48 +02:00
LICENSE
Makefile
mkdocs-reqs.txt vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
mkdocs.yml vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
parse.go
README.md
sliceflag.go
sort.go
suggestions.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
template.go vendor: run make vendor-update 2024-07-27 13:52:48 +02:00
zz_generated.flags.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00

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