Searched defs:stdUI (Results 1 – 1 of 1) sorted by relevance
58 type stdUI struct { struct59 r *bufio.Reader member62 func (ui *stdUI) ReadLine(prompt string) (string, error) {67 func (ui *stdUI) Print(args ...interface{}) {71 func (ui *stdUI) PrintErr(args ...interface{}) {75 func (ui *stdUI) IsTerminal() bool {79 func (ui *stdUI) WantBrowser() bool {83 func (ui *stdUI) SetAutoComplete(func(string) string) {86 func (ui *stdUI) fprint(f *os.File, args []interface{}) {