Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCommand ¶
Types ¶
type ArgumentError ¶
type ArgumentError struct {
// contains filtered or unexported fields
}
type InternalError ¶
type InternalError struct {
// contains filtered or unexported fields
}
type OutputFormat ¶
type OutputFormat string
const ( OutputHuman OutputFormat = "human" OutputJSON OutputFormat = "json" )
func (*OutputFormat) Set ¶
func (e *OutputFormat) Set(v string) error
Set must have pointer receiver so it doesn't change the value of a copy
func (*OutputFormat) String ¶
func (e *OutputFormat) String() string
String is used both by fmt.Print and by Cobra in help text
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.