``` npm create vue@3.10.0 --yes -- --typescript repro ``` creates a `--typescript` directory whereas: ``` npm create vue@3.9.2 --yes -- --typescript repro ``` creates a `repro` directory (as expected). Maybe this is due to https://github.com/vuejs/create-vue/pull/443 and the introduction of minimist? cc @Yordan-Ramchev