Searched defs:readlineUI (Results 1 – 1 of 1) sorted by relevance
30 type readlineUI struct { struct31 term *term.Terminal56 func (r *readlineUI) ReadLine(prompt string) (string, error) {72 func (r *readlineUI) Print(args ...any) {79 func (r *readlineUI) PrintErr(args ...any) {83 func (r *readlineUI) print(withColor bool, args ...any) {104 func (r *readlineUI) IsTerminal() bool {110 func (r *readlineUI) WantBrowser() bool {116 func (r *readlineUI) SetAutoComplete(complete func(string) string) {