Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console interface { Greet() string Prompt() string // Generic help string Help() string // Execute a command with its arguments, return whether or not to continue. Execute(cmd string, args []string, line []byte) bool }
Interface for consoles
type ConsoleDoer ¶
type ConsoleDoer struct {
// contains filtered or unexported fields
}
func NewConsoleDoer ¶
Click to show internal directories.
Click to hide internal directories.