|
|
|
@ -16,6 +16,7 @@ prog
|
|
|
|
|
.option('--generate', 'Change generate format between `dom` and `ssr`')
|
|
|
|
|
.option('--no-css', `Don't include CSS (useful with SSR)`)
|
|
|
|
|
.option('--immutable', 'Support immutable data structures')
|
|
|
|
|
.option('--shared', 'Don\'t include shared helpers')
|
|
|
|
|
|
|
|
|
|
.example('compile App.html > App.js')
|
|
|
|
|
.example('compile src -o dest')
|
|
|
|
|