// Package cli contains helper functions and structs to work with the command line interface.
//
// The API of this package inspired by the `github.com/urfave/cli` package, but lighter and
// since it's a part of the project, it's easier to maintain and extend.
package cli
