Documentation
¶
Overview ¶
Package verbosity is a plugin of launchr to configure log level of the app.
Index ¶
Constants ¶
View Source
const ID = "verbosity"
ID is a plugin id.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
}
Plugin is launchr plugin to set verbosity of the application.
func (*Plugin) CobraAddCommands ¶
CobraAddCommands implements launchr.CobraPlugin interface to set app verbosity.
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
Click to show internal directories.
Click to hide internal directories.