(generator: Generator)
| 30 | } |
| 31 | |
| 32 | function formatOutput(generator: Generator): string { |
| 33 | const output = generator.options?.generator.output |
| 34 | return output ? dim(` to .${path.sep}${path.relative(process.cwd(), parseEnvValue(output))}`) : '' |
| 35 | } |
no test coverage detected