Skip to content

Commit bd9ad75

Browse files
committed
docs(installer): format Windows setup flags
1 parent 5718881 commit bd9ad75

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

rfcs/windows-installer.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)