(text: string)
| 5349 | } |
| 5350 | |
| 5351 | const copy = (text: string): void => { |
| 5352 | window.zen.clipboardWriteText(text) |
| 5353 | } |
| 5354 | |
| 5355 | const commandPreview = runtime |
| 5356 | ? `${runtime.command} ${runtime.args.map((a) => (a.includes(' ') ? `"${a}"` : a)).join(' ')}` |
no test coverage detected