VictoriaMetrics/vendor/github.com/urfave/cli/v2
2024-01-16 16:57:30 +02:00
..
.flake8 app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
.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-01-16 16:57:30 +02:00
args.go app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
category.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
cli.go vendor: make vendor-update 2022-10-18 10:56:38 +03:00
CODE_OF_CONDUCT.md vendor: make vendor-update 2022-05-25 21:49:12 +03:00
command.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
context.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
docs.go vendor: make vendor-update 2023-05-09 23:13:50 -07:00
errors.go vendor: update github.com/urfave/cli/v2 from 2.20.3 to 2.23.0 2022-11-01 10:46:26 +02:00
fish.go vendor: update github.com/urfave/cli/v2 from 2.20.3 to 2.23.0 2022-11-01 10:46:26 +02:00
flag-spec.yaml vendor: make vendor-update 2023-02-08 08:55:14 -08:00
flag.go vendor: make vendor-update 2023-02-18 15:36:41 -08:00
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 vendor: update github.com/urfave/cli/v2 from 2.20.3 to 2.23.0 2022-11-01 10:46:26 +02:00
flag_float64.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_float64_slice.go vendor: make vendor-update 2023-01-31 11:03:20 -08:00
flag_generic.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_int.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_int64.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_int64_slice.go vendor: make vendor-update 2023-01-31 11:03:20 -08:00
flag_int_slice.go vendor: make vendor-update 2023-01-31 11:03:20 -08:00
flag_path.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_string.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_string_slice.go vendor: make vendor-update 2023-02-08 08:55:14 -08:00
flag_timestamp.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_uint.go vendor: run make vendor-update 2023-12-11 10:48:36 +02:00
flag_uint64.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_uint_slice.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
funcs.go vendor: make vendor-update 2022-09-02 21:42:41 +03:00
godoc-current.txt vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
help.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
LICENSE vendor: make vendor-update 2022-05-02 16:00:32 +03:00
Makefile vendor: make vendor-update 2022-10-10 22:03:45 +03:00
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 vendor: make vendor-update 2022-10-10 22:03:45 +03:00
README.md vendor: make vendor-update 2023-01-31 11:03:20 -08:00
sliceflag.go vendor: make vendor-update 2023-03-12 03:13:53 -07:00
sort.go app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
suggestions.go vendor: run make vendor-update 2024-01-16 16:57:30 +02:00
template.go vendor: run make vendor-update 2024-01-16 16:57:30 +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