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 upgrade ethereum 2022-10-26 09:39:30 +02:00
.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 upgrade ethereum 2022-10-26 09:39:30 +02:00
LICENSE upgrade ethereum 2022-10-26 09:39:30 +02:00
Makefile upgrade ethereum 2022-10-26 09:39:30 +02:00
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 upgrade ethereum 2022-10-26 09:39:30 +02:00
category.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
cli.go chore: upgrade deps 2022-11-09 17:39:17 +03:00
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 upgrade ethereum 2022-10-26 09:39:30 +02:00
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 chore: upgrade deps 2022-11-09 17:39:17 +03:00
sliceflag.go chore_: bump go-waku (#5150) 2024-05-15 19:15:00 -04:00
sort.go upgrade ethereum 2022-10-26 09:39:30 +02:00
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