| 151 | } |
| 152 | |
| 153 | type Prompter struct{} |
| 154 | |
| 155 | // ask asks survey questions on the terminal, using standard options. |
| 156 | // It fails unless hasTTY, but ideally callers should avoid calling it in that case. |
nothing calls this directly
no outgoing calls
no test coverage detected