Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExitCMD = errors.New("USer requested exit via Command")
View Source
var ExitEOF = errors.New("User requested exit via EOF")
Functions ¶
func MatchInput ¶
func MatchInput(cmd string) []completion.Match
Types ¶
type CommandDef ¶
type CommandDef struct {
Func CmdFn
Help string
Complete completion.CompleteParamsFunc
}
Click to show internal directories.
Click to hide internal directories.