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 ...shlcmd.Command)
Get(cmd string) []shlcmd.Command
Desc(cmd string) map[string]string
Walk(fct func(name string, item shlcmd.Command) (shlcmd.Command, liberr.Error)) liberr.Error
//go prompt
RunPrompt(out, err io.Writer, opt ...libshl.Option)
}
Click to show internal directories.
Click to hide internal directories.