Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Confirm = func(prompt string, result *bool) error { p := &survey.Confirm{ Message: prompt, Default: true, } return SurveyAskOne(p, result) }
Functions ¶
func StubConfirm ¶
func StubConfirm(result bool) func()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.