Skip to content

Commit 585abd9

Browse files
authored
Merge pull request sveltejs#1843 from openpixel/cli-custom-element
Update cli spec to include --customElement option
2 parents 6130241 + bf31991 commit 585abd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ prog
1717
.option('--no-css', `Don't include CSS (useful with SSR)`)
1818
.option('--immutable', 'Support immutable data structures')
1919
.option('--shared', 'Don\'t include shared helpers')
20+
.option('--customElement', 'Generate a custom element')
2021

2122
.example('compile App.html > App.js')
2223
.example('compile src -o dest')

0 commit comments

Comments
 (0)