Skip to content

Commit

Permalink
Merge pull request #1434 from micalevisk/fix-issue-1433
Browse files Browse the repository at this point in the history
refactor: clarify about schematics available on generate command
  • Loading branch information
kamilmysliwiec committed Dec 13, 2021
2 parents 6ad1c98 + 88752a6 commit f563008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commands/generate.command.ts
Expand Up @@ -77,7 +77,9 @@ export class GenerateCommand extends AbstractCommand {
private buildDescription(): string {
return (
'Generate a Nest element.\n' +
' Available schematics:\n' +
` Schematics available on ${chalk.bold(
'@nestjs/schematics',
)} collection:\n` +
this.buildSchematicsListAsTable()
);
}
Expand Down

0 comments on commit f563008

Please sign in to comment.