Skip to content

Commit 477d365

Browse files
committed
feat: add verbose flag
1 parent c902fb1 commit 477d365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default class Create extends Command {
2828
svelte: Flags.boolean({ description: 'Create Svelte Full-Stack application' }),
2929
type: Flags.string({ description: 'The type of application to create', char: 't', options: ['api', 'full-stack'] }),
3030
vue: Flags.boolean({ description: 'Create Vue Full-Stack application' }),
31+
verbose: Flags.boolean({ description: 'Verbose output' }),
3132
}
3233

3334
async run(): Promise<void> {

0 commit comments

Comments
 (0)