Imports of package cmd

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gobuffalo/gennyPackage genny is a _framework_ for writing modular generators, it however, doesn't actually generate anything.
github.com/gobuffalo/logger
github.com/gobuffalo/packr/v2
github.com/gobuffalo/packr/v2/jam
github.com/gobuffalo/packr/v2/packr2/cmd/fix
github.com/gobuffalo/packr/v2/plog
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.