mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
Merge pull request #1843 from openpixel/cli-custom-element
Update cli spec to include --customElement option
This commit is contained in:
commit
585abd96a5
@ -17,6 +17,7 @@ prog
|
||||
.option('--no-css', `Don't include CSS (useful with SSR)`)
|
||||
.option('--immutable', 'Support immutable data structures')
|
||||
.option('--shared', 'Don\'t include shared helpers')
|
||||
.option('--customElement', 'Generate a custom element')
|
||||
|
||||
.example('compile App.html > App.js')
|
||||
.example('compile src -o dest')
|
||||
|
Loading…
Reference in New Issue
Block a user