()
| 145 | } |
| 146 | |
| 147 | override getDescription(): string { |
| 148 | const relativePath = makeRelative( |
| 149 | this.params.file_path, |
| 150 | this.config.getTargetDir(), |
| 151 | ); |
| 152 | return `Writing to ${shortenPath(relativePath)}`; |
| 153 | } |
| 154 | |
| 155 | override async shouldConfirmExecute( |
| 156 | abortSignal: AbortSignal, |
nothing calls this directly
no test coverage detected