Skip to content

Commit e3310de

Browse files
authored
feat(generate): add minimal flag
1 parent ea5c036 commit e3310de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/ionic/src/commands/generate.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The given ${chalk.green('name')} is normalized into an appropriate naming conven
2323
'page Login',
2424
'page Detail --no-module',
2525
'page About --constants',
26+
'component special-button --minimal',
2627
'pipe MyFilterPipe'
2728
],
2829
inputs: [
@@ -51,7 +52,7 @@ The given ${chalk.green('name')} is normalized into an appropriate naming conven
5152
},
5253
{
5354
name: 'minimal',
54-
description: 'Only generate what is necessary. No comments, no lifecycle hooks, no spec.',
55+
description: 'Only generate what is necessary. No comments, no lifecycle hooks, no testing spec.',
5556
type: Boolean,
5657
default: false
5758
}

0 commit comments

Comments
 (0)