Skip to content

Commit

Permalink
refactor: clarify about schematics available on generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Dec 1, 2021
1 parent 35df7f8 commit 88752a6
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 88752a6

Please sign in to comment.