Home | History | Annotate | Download | only in driver

Lines Matching defs:UI

50 		UI:      o.UI,
61 UI UI
188 // A UI manages user interactions.
189 type UI interface {
196 // For line-based UI, Print writes to standard error.
202 // For line-based UI, PrintErr writes to standard error.
205 // IsTerminal returns whether the UI is known to be tied to an
209 // SetAutoComplete instructs the UI to call complete(cmd) to obtain
210 // the auto-completion of cmd, if the UI supports auto-completion at all.