@@ -55,17 +55,18 @@ Arguments:
55
55
components the components to add or a url to the component.
56
56
57
57
Options:
58
- -y, --yes skip confirmation prompt. (default: false)
59
- -o, --overwrite overwrite existing files. (default: false)
60
- -c, --cwd <cwd> the working directory. defaults to the current directory. (default: "/Users/shadcn/Desktop")
61
- -a, --all add all available components (default: false)
62
- -p, --path <path> the path to add the component to.
63
- -s, --silent mute output. (default: false)
64
- --src-dir use the src directory when creating a new project. (default: false)
65
- --no-src-dir do not use the src directory when creating a new project.
66
- --css-variables use css variables for theming. (default: true)
67
- --no-css-variables do not use css variables for theming.
68
- -h, --help display help for command
58
+ -y, --yes skip confirmation prompt. (default: false)
59
+ -o, --overwrite overwrite existing files. (default: false)
60
+ -c, --cwd <cwd> the working directory. defaults to the current directory. (default: "/Users/shadcn/Desktop")
61
+ -a, --all add all available components (default: false)
62
+ -p, --path <path> the path to add the component to.
63
+ -s, --silent mute output. (default: false)
64
+ --src-dir use the src directory when creating a new project. (default: false)
65
+ --no-src-dir do not use the src directory when creating a new project.
66
+ --skip-registry-deps do not install dependencies from registry. (default: false)
67
+ --css-variables use css variables for theming. (default: true)
68
+ --no-css-variables do not use css variables for theming.
69
+ -h, --help display help for command
69
70
```
70
71
71
72
## build
0 commit comments