2022-05-25 20:49:12 +02:00
|
|
|
# cli
|
2021-02-01 00:10:16 +01:00
|
|
|
|
2022-03-16 12:55:03 +01:00
|
|
|
[](https://pkg.go.dev/github.com/urfave/cli/v2)
|
2021-02-01 00:10:16 +01:00
|
|
|
[](https://codebeat.co/projects/github-com-urfave-cli)
|
|
|
|
[](https://goreportcard.com/report/urfave/cli)
|
2022-04-26 14:24:23 +02:00
|
|
|
[](https://codecov.io/gh/urfave/cli)
|
2021-02-01 00:10:16 +01:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2022-05-25 20:49:12 +02:00
|
|
|
## Documentation
|
2021-02-01 00:10:16 +01:00
|
|
|
|
2022-05-25 20:49:12 +02:00
|
|
|
More documentation is available in [`./docs`](./docs) or the hosted
|
|
|
|
documentation site at <https://cli.urfave.org>.
|
2022-05-02 15:00:32 +02:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
See [`LICENSE`](./LICENSE)
|