Imports of package cli

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/bep/loggpackage logg implements a simple structured logging API.
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-colorable
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.