Overview
- 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.
Installing
1 | go get github.com/urfave/cli/v2 |
more >>