Skip to content

Commit 733673c

Browse files
authored
feat(generate): add --minimal flag
1 parent 596680f commit 733673c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ionic/src/commands/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The given ${chalk.green('name')} is normalized into an appropriate naming conven
5252
},
5353
{
5454
name: 'minimal',
55-
description: 'Only generate what is necessary. No comments, no lifecycle hooks, no testing spec.',
55+
description: 'Only generate what is necessary. No comments or lifecycle hooks',
5656
type: Boolean,
5757
default: false
5858
}

0 commit comments

Comments
 (0)