Documentation ¶
Overview ¶
Package root defines the root of the application command tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Command is the root of the command tree.
Command = setUpRootCmd()
)
View Source
var ( // Logger is the default log.Logger of the commands Logger = &logrus.Logger{ Out: os.Stderr, Formatter: new(logrus.TextFormatter), Hooks: make(logrus.LevelHooks), Level: logrus.InfoLevel, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.