Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterFlag ¶
FilterFlag compairs the value of the filter flag against the list of slice values.
Types ¶
type Execute ¶
type Execute struct {
Panic bool // Enable panic errors to help debug.
Ascii bool // Ascii is placeholder for Cobra to store the PersistentFlag value, but the quiet flag is handled by main.go.
Quiet bool // Quiet is placeholder for Cobra to store the PersistentFlag value, but the quiet flag is handled by main.go.
Version bool // Version is placeholder for Cobra to store the PersistentFlag value, but the version flag is handled by main.go.
}
Execute global flags.
Click to show internal directories.
Click to hide internal directories.