(_ string)
| 194 | } |
| 195 | |
| 196 | func (ui testUI) ReadLine(_ string) (string, error) { return "", io.EOF } |
| 197 | func (ui testUI) IsTerminal() bool { return false } |
| 198 | func (ui testUI) WantBrowser() bool { return false } |
| 199 | func (ui testUI) SetAutoComplete(_ func(string) string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected