...
1# cli
2
3[](https://github.com/urfave/cli/actions/workflows/cli.yml)
4[](https://pkg.go.dev/github.com/urfave/cli/v2)
5[](https://goreportcard.com/report/github.com/urfave/cli/v2)
6[](https://app.codecov.io/gh/urfave/cli/tree/v2-maint)
7
8cli is a simple, fast, and fun package for building command line apps in Go. The
9goal is to enable developers to write fast and distributable command line
10applications in an expressive way.
11
12## Documentation
13
14More documentation is available in [`./docs`](./docs) or the hosted
15documentation site at <https://cli.urfave.org>.
16
17## License
18
19See [`LICENSE`](./LICENSE)
View as plain text