Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExitHandler ¶
func ExitHandler()
func HandlePrompts ¶
Types ¶
type PromptResponse ¶
type RunePrompt ¶
type RunePrompt interface { Prompt HandleRune(r rune) *PromptResponse }
type YesNoQuestion ¶
func (*YesNoQuestion) GetQuestion ¶
func (q *YesNoQuestion) GetQuestion() string
func (*YesNoQuestion) HandleRune ¶
func (q *YesNoQuestion) HandleRune(r rune) *PromptResponse
Click to show internal directories.
Click to hide internal directories.