Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shell ¶
type Shell interface { Run(buf io.Writer, err io.Writer, args []string) Add(prefix string, cmd ...Command) Get(cmd string) []Command Desc(cmd string) map[string]string Walk(fct func(name string, item Command) (Command, liberr.Error)) liberr.Error //go prompt RunPrompt(out, err io.Writer, opt ...prompt.Option) }
Click to show internal directories.
Click to hide internal directories.