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 chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
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 waku2 - restart discv5 when peers are low and use newer go-waku code to deal with discovery 2023-01-18 11:43:07 -04:00
fish.go waku2 - restart discv5 when peers are low and use newer go-waku code to deal with discovery 2023-01-18 11:43:07 -04:00
flag-spec.yaml chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
flag.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
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 waku2 - restart discv5 when peers are low and use newer go-waku code to deal with discovery 2023-01-18 11:43:07 -04:00
flag_float64.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
flag_float64_slice.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
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 chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
flag_int_slice.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
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 chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
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