...

Text file src/github.com/urfave/cli/v2/README.md

Documentation: github.com/urfave/cli/v2

     1# cli
     2
     3[![Run Tests](https://github.com/urfave/cli/actions/workflows/cli.yml/badge.svg?branch=v2-maint)](https://github.com/urfave/cli/actions/workflows/cli.yml)
     4[![Go Reference](https://pkg.go.dev/badge/github.com/urfave/cli/v2.svg)](https://pkg.go.dev/github.com/urfave/cli/v2)
     5[![Go Report Card](https://goreportcard.com/badge/github.com/urfave/cli/v2)](https://goreportcard.com/report/github.com/urfave/cli/v2)
     6[![codecov](https://codecov.io/gh/urfave/cli/branch/v2-maint/graph/badge.svg?token=t9YGWLh05g)](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