mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
Merge branch 'main' of github.com:shadcn/ui
This commit is contained in:
5
.changeset/nice-icons-battle.md
Normal file
5
.changeset/nice-icons-battle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn-ui": minor
|
||||
---
|
||||
|
||||
do not ask for confirmation
|
||||
@@ -32,7 +32,7 @@ export const add = new Command()
|
||||
.name("add")
|
||||
.description("add a component to your project")
|
||||
.argument("[components...]", "the components to add")
|
||||
.option("-y, --yes", "skip confirmation prompt.", false)
|
||||
.option("-y, --yes", "skip confirmation prompt.", true)
|
||||
.option("-o, --overwrite", "overwrite existing files.", false)
|
||||
.option(
|
||||
"-c, --cwd <cwd>",
|
||||
|
||||
Reference in New Issue
Block a user