Skip to content

Commit

Permalink
Update code/lib/cli/src/generate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic authored Jan 23, 2024
1 parent 99d6c86 commit 4f55efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ command('init')
.option('-s --skip-install', 'Skip installing deps')
.option('--package-manager <npm|pnpm|yarn1|yarn2>', 'Force package manager for installing deps')
.option('--use-pnp', 'Enable pnp mode for Yarn 2+')
.option('-p --parser <babel | babylon | flow | ts | tsx>', 'Jscodeshift parser')
.option('-p --parser <babel | babylon | flow | ts | tsx>', 'jscodeshift parser')
.option('-t --type <type>', 'Add Storybook for a specific project type')
.option('-y --yes', 'Answer yes to all prompts')
.option('-b --builder <webpack5 | vite>', 'Builder library')
Expand Down

0 comments on commit 4f55efd

Please sign in to comment.