Imports of package cli

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Masterminds/sprigSprig: Template functions for Go.
github.com/armon/go-radix
github.com/bgentry/speakeasy
github.com/fatih/colorPackage color is an ANSI color package to output colorized or SGR defined output to the standard output.
github.com/mattn/go-isattyPackage isatty implements interface to isatty
github.com/posener/completePackage complete provides a tool for bash writing bash completion in go, and bash completion for the go command line.
github.com/posener/complete/cmd/install
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
text/templatePackage template implements data-driven templates for generating textual output.