File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,15 +182,15 @@ vp-setup.exe --version 0.3.0 --no-node-manager --registry https://registry.npmmi
182182
183183### CLI Flags
184184
185- | Flag | Description | Default |
186- | ---------------------- | ----------------------------- | ---------------------------- |
187- | ` -y ` / ` --yes ` | Accept defaults, no prompts | interactive |
188- | ` -q ` / ` --quiet ` | Suppress output except errors | false |
189- | ` --version <VER> ` | Install specific version | latest |
190- | ` --tag <TAG> ` | npm dist-tag | latest |
191- | ` --registry <URL> ` | npm registry URL | ` https://registry.npmjs.org ` |
192- | ` --no-node-manager ` | Skip Node.js manager setup | auto-detect |
193- | ` --no-modify-path ` | Don't modify User PATH | modify |
185+ | Flag | Description | Default |
186+ | ------------------- | ----------------------------- | ---------------------------- |
187+ | ` -y ` / ` --yes ` | Accept defaults, no prompts | interactive |
188+ | ` -q ` / ` --quiet ` | Suppress output except errors | false |
189+ | ` --version <VER> ` | Install specific version | latest |
190+ | ` --tag <TAG> ` | npm dist-tag | latest |
191+ | ` --registry <URL> ` | npm registry URL | ` https://registry.npmjs.org ` |
192+ | ` --no-node-manager ` | Skip Node.js manager setup | auto-detect |
193+ | ` --no-modify-path ` | Don't modify User PATH | modify |
194194
195195### Environment Variables (compatible with ` install.ps1 ` )
196196
You can’t perform that action at this time.
0 commit comments