This commit is contained in:
shadcn
2026-02-20 23:20:45 +04:00
parent c1374c5592
commit 58052634fa

View File

@@ -208,7 +208,7 @@ export const init = new Command()
let shouldReinstall = options.reinstall
if (!shouldReinstall) {
if (shouldReinstall === undefined) {
const { reinstall } = await prompts({
type: "confirm",
name: "reinstall",