Documentation
¶
Index ¶
- Constants
- type Verbosity
- func (verbosity Verbosity) Debug(v ...interface{})
- func (verbosity Verbosity) Fatal(v ...interface{})
- func (verbosity Verbosity) IsDebug() bool
- func (verbosity Verbosity) IsMoreVerbose() bool
- func (verbosity Verbosity) IsVerbose() bool
- func (verbosity Verbosity) Log(v ...interface{})
- func (verbosity Verbosity) Message(v ...interface{})
Constants ¶
View Source
const ( Silent = iota Verbose MoreVerbose Debug )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verbosity ¶
type Verbosity int
Verbosity is helpful in determining verbosity levels
func GetVerbosity ¶
GetVerbosity returns the verbosity of a cobra command
func (Verbosity) IsMoreVerbose ¶
Click to show internal directories.
Click to hide internal directories.