diff --git a/packages/shadcn/src/commands/init.ts b/packages/shadcn/src/commands/init.ts index dc16731b5c..2dd4553b32 100644 --- a/packages/shadcn/src/commands/init.ts +++ b/packages/shadcn/src/commands/init.ts @@ -89,7 +89,7 @@ export const init = new Command() .argument("[components...]", "names, url or local path to component") .option( "-t, --template