mirror of
https://github.com/status-im/status-go.git
synced 2025-03-04 00:21:01 +00:00
* chore: upgrade go-waku to v0.5 * chore: add println and logs to check what's being stored in the enr, and preemptively delete the multiaddr field (#3219) * feat: add wakuv2 test (#3218)
20 lines
929 B
Markdown
20 lines
929 B
Markdown
# cli
|
|
|
|
[](https://github.com/urfave/cli/actions/workflows/cli.yml)
|
|
[](https://pkg.go.dev/github.com/urfave/cli/v2)
|
|
[](https://goreportcard.com/report/github.com/urfave/cli/v2)
|
|
[](https://app.codecov.io/gh/urfave/cli/tree/v2-maint)
|
|
|
|
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`](./docs) or the hosted
|
|
documentation site at <https://cli.urfave.org>.
|
|
|
|
## License
|
|
|
|
See [`LICENSE`](./LICENSE)
|