Documentation
¶
Index ¶
Constants ¶
View Source
const (
DEFAULT = "default"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Name string Aliases []string Usage string Flags *flags.Manager Executor Executor }
func (*Command) Start ¶
func (c *Command) Start(p *ExecutorParameter) error
type Creator ¶
type Creator func(cmd *Command)
Creator is action to help plugin to create new command
type Executor ¶
type Executor func(p *ExecutorParameter) error
type ExecutorParameter ¶
Click to show internal directories.
Click to hide internal directories.