Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App interface {
Exit(code int)
Printf(format string, a ...interface{}) (n int, err error)
Command(name string) (func([]string, *types.Config) error, bool)
}
var ( // DefaultLogLevel defines the initial log level, which is overriden // by any LogLevel defined at the user-level configuration file. DefaultLogLevel = "DEBUG" ConsoleApp App = newConsole() )
Click to show internal directories.
Click to hide internal directories.