Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InteractivePrompter ¶
type InteractivePrompter struct {
Interactive bool
}
func (*InteractivePrompter) InteractivePrompt ¶
type RootHandler ¶
type RootHandler struct {
// contains filtered or unexported fields
}
func NewRootHandler ¶
func NewRootHandler(use string, short string, long string) (handler RootHandler)
func (*RootHandler) AddCommand ¶
func (handler *RootHandler) AddCommand(command *cobra.Command)
func (*RootHandler) Execute ¶
func (handler *RootHandler) Execute() error
Click to show internal directories.
Click to hide internal directories.