Write a line to the output the user sees (stderr in prod).
(line: string)
| 23 | ask(question: string): Promise<string>; |
| 24 | /** Write a line to the output the user sees (stderr in prod). */ |
| 25 | write(line: string): void; |
| 26 | } |
| 27 | |
| 28 | /** The plan the wizard builds and the caller executes. */ |
no outgoing calls
no test coverage detected