Remove manual HTML CLI flag

This commit is contained in:
Keraito 2018-09-14 02:19:14 +02:00
parent d20e1b3043
commit d60900f537

View File

@ -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));