mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 04:31:06 +08:00
Remove manual HTML CLI flag
This commit is contained in:
parent
d20e1b3043
commit
d60900f537
@ -23,7 +23,6 @@ program
|
||||
.option('-s --skip-install', 'Skip installing deps')
|
||||
.option('-N --use-npm', 'Use npm to install deps')
|
||||
.option('-p --parser <babel | babylon | flow>', 'jscodeshift parser')
|
||||
.option('-h --html', 'Add storybook for HTML')
|
||||
.option('-t --type <type>', 'Add Storybook for a specific project type')
|
||||
.action(options => initiate(options, pkg));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user