status-go/vendor/github.com/urfave/cli/v2
richΛrd 9e0fb30f8d
chore_: bump go-waku (#5150)
2024-05-15 19:15:00 -04:00
..
.flake8
.gitignore chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
.golangci.yaml chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
app.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
args.go
category.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
cli.go
command.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
context.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
docs.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
errors.go
fish.go
flag-spec.yaml
flag.go
flag_bool.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_duration.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_ext.go
flag_float64.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_float64_slice.go
flag_generic.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_int.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_int64.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_int64_slice.go
flag_int_slice.go
flag_path.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_string.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_string_slice.go
flag_timestamp.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_uint.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_uint64.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_uint64_slice.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_uint_slice.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
funcs.go
godoc-current.txt chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
help.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
mkdocs-reqs.txt chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
mkdocs.yml chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
parse.go
sliceflag.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
sort.go
suggestions.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
template.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
zz_generated.flags.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -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