We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596680f commit 733673cCopy full SHA for 733673c
1 file changed
packages/ionic/src/commands/generate.ts
@@ -52,7 +52,7 @@ The given ${chalk.green('name')} is normalized into an appropriate naming conven
52
},
53
{
54
name: 'minimal',
55
- description: 'Only generate what is necessary. No comments, no lifecycle hooks, no testing spec.',
+ description: 'Only generate what is necessary. No comments or lifecycle hooks',
56
type: Boolean,
57
default: false
58
}
0 commit comments