We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pnpm dlx shadcn-vue@latest add accordion -o -y
CLI isn't respecting -o and -y options to overwrite and skip confirmation prompt.
-o
-y
System: OS: macOS 15.3.1 CPU: (8) arm64 Apple M2 Memory: 584.45 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.4.0 - /opt/homebrew/bin/node Yarn: 1.22.22 - /opt/homebrew/bin/yarn npm: 10.9.0 - /opt/homebrew/bin/npm pnpm: 9.15.4 - ~/Library/pnpm/pnpm bun: 1.2.1 - ~/.bun/bin/bun Browsers: Chrome: 133.0.6943.142 Safari: 18.3 npmPackages: @vueuse/core: ^13.0.0 => 13.0.0 unplugin-auto-import: ^19.1.1 => 19.1.1 vue: ^3.5.13 => 3.5.13
The text was updated successfully, but these errors were encountered:
I've had a similar experience, and I believe the -y option only skips the utilities file, not the components.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Reproduction
pnpm dlx shadcn-vue@latest add accordion -o -y
Describe the bug
CLI isn't respecting
-o
and-y
options to overwrite and skip confirmation prompt.System Info
Contributes
The text was updated successfully, but these errors were encountered: