We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c902fb1 commit 477d365Copy full SHA for 477d365
src/commands/index.ts
@@ -28,6 +28,7 @@ export default class Create extends Command {
28
svelte: Flags.boolean({ description: 'Create Svelte Full-Stack application' }),
29
type: Flags.string({ description: 'The type of application to create', char: 't', options: ['api', 'full-stack'] }),
30
vue: Flags.boolean({ description: 'Create Vue Full-Stack application' }),
31
+ verbose: Flags.boolean({ description: 'Verbose output' }),
32
}
33
34
async run(): Promise<void> {
0 commit comments