Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + func NonEmptyText(t string) (s string, valid bool) + func YesNoCont(t string) (cont, valid bool) + type Dialogue interface + AskCont func(p Prompt, v VerifyCont) (c bool) + AskProceed func(p Prompt) + AskSecure func(p Prompt) (t string, cancel bool) + AskText func(p Prompt, v VerifyText) (t string, cancel bool) + func DenyAll() Dialogue + func New(w io.Writer) Dialogue + type Prompt func() + type VerifyCont func(t string) (cont, valid bool) + type VerifyText func(t string) (s string, valid bool)