We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998078b commit b0386d5Copy full SHA for b0386d5
src/commands/generate-templates/templates-gen-process.ts
@@ -31,6 +31,7 @@ export class TemplatesGenProcess {
31
}
32
33
async start(): Promise<GenerateTemplatesOutput> {
34
+ if(this.config.silent) consola.level = 0;
35
consola.info('start generating source templates ".ejs" for code generator');
36
37
const templates = this.getTemplates();
0 commit comments