🚀 Feature: --mode migrate should prompt for the base #1376
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
Splitting out of #1355: running
npx create-typescript-app --mode migrate
doesn't explicitly call out what the inferred--base
is on. You can only see it by looking at the rerun suggestion....but that leads to broken expectations when the inferred base doesn't match what the user would expect. And if it defaults to
--base minimum
, that's a lot of missing functionality!Migration should prompt the user for the
--base
. I was surprised to see it default tominimum
.Additional Info
Co-authored-by: @danvk
The text was updated successfully, but these errors were encountered: