Versions in this module Expand all Collapse all v0 v0.1.1 May 23, 2022 v0.1.0 May 15, 2022 Changes in this version + func Input(question string) (response string, cancel bool) + func Select(msg string, options []string) (selected string, cancel bool) + func YesNo(question string, defaultValue bool) (yes bool, cancel bool)