Remove default option for router in cli option
93357e62
1 file(s) · +0 −1
| 31 | 31 | .option( |
|
| 32 | 32 | "--router <router>", |
|
| 33 | 33 | "specify a client router (none, reactrouter, tanstackrouter)", |
|
| 34 | - | "none", |
|
| 35 | 34 | ) |
|
| 36 | 35 | .option("--linter <linter>", "specify the linter to use (eslint or biome)") |
|
| 37 | 36 | .action(create); |