Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindPrompt ¶
BindPrompt reassigns the prompt printing functions to the shell helpers.
Types ¶
type Prompt ¶
type Prompt struct {
Primary func() string // Primary is the main prompt.
Secondary func() string // Secondary is the prompt used when the user is typing a multi-line command.
Transient func() string // Transient is used if the console shell is configured to be transient.
Right func() string // Right is the prompt printed on the right side of the screen.
Tooltip func(word string) string // Tooltip is used to hint on the root command, replacing right prompts if not empty.
}
Prompt - A prompt is a set of functions that return the strings to print for each prompt type. The console will call these functions to retrieve the prompt strings to print. Each menu has its own prompt.
Click to show internal directories.
Click to hide internal directories.