Commit a6b07c1
committed
chore(options): declare solid, drop stale flags and era artifacts
`--solid` is a first-class template flavor alongside --vue/--react/--svelte
and is read in create-project.ts, but was never declared in the options
dictionary. Only `vision-solid` was.
The `whatever` dashedOption on the prepare command was placeholder junk.
`ui`, `recursive`, `reporter` and `require` in optionsWhiteList are mocha
CLI arguments from when the suite ran on mocha; nothing in the CLI reads
them. `timeout` stays: unlike the rest it names a real, documented option
that lib code reads.
`--static-bindings` in the build android synopsis has no counterpart in
lib/ and never did.1 parent 93641e5 commit a6b07c1
3 files changed
Lines changed: 3 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 18 | + | |
27 | 19 | | |
28 | 20 | | |
29 | 21 | | |
| |||
133 | 125 | | |
134 | 126 | | |
135 | 127 | | |
| 128 | + | |
136 | 129 | | |
137 | 130 | | |
138 | 131 | | |
| |||
0 commit comments