-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
184 lines (184 loc) · 3.77 KB
/
en-US.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"root": [
{
"name": "arch",
"tip": [
"U: arch [32|64]\n",
"Show if node is running in 32 or 64 bit mode."
],
"next": [
{
"name": "32",
"tip": [
"Set the default running state to 32bit mode."
]
},
{
"name": "64",
"tip": [
"Set the default running state to 64bit mode."
]
}
]
},
{
"name": "current",
"tip": [
"Display active version."
]
},
{
"name": "list",
"tip": [
"List the node.js installations."
],
"next": [
{
"name": "available",
"tip": [
"View installable versions."
]
}
]
},
{
"name": "install",
"tip": [
"U: install <version> [arch] [--insecure]\n",
"Install node.\n",
"E: install 18"
],
"next": [
{
"name": "lts",
"tip": [
"Install the lts version of node."
],
"options": [
{
"name": "--insecure",
"tip": [
"Bypass SSL validation of the remote download server."
]
}
]
},
{
"name": "latest",
"tip": [
"Install the latest version of node."
],
"options": [
{
"name": "--insecure",
"tip": [
"Bypass SSL validation of the remote download server."
]
}
]
}
]
},
{
"name": "uninstall",
"tip": [
"U: uninstall <version>\n",
"Uninstall the specified version of node."
]
},
{
"name": "use",
"tip": [
"U: use [version] [arch]\n",
"Switch to use the specified version."
]
},
{
"name": "on",
"tip": [
"Enable node.js version management."
]
},
{
"name": "off",
"tip": [
"Disable node.js version management."
]
},
{
"name": "root",
"tip": [
"U: root [<path>]\n",
"Set the directory where nvm should store different versions of node.js.\n",
"If <path> is not set, the directory where node.js is currently stored will be displayed."
]
},
{
"name": "proxy",
"tip": [
"U: proxy [url]\n",
"Set a proxy to use for downloads.\n",
"Leave [url] blank to see the current proxy\n",
"Set [url] to \"none\" to remove the proxy."
]
},
{
"name": "debug",
"tip": [
"Check the NVM4W process for known problems (troubleshooter)"
]
},
{
"name": "node_mirror",
"tip": [
"U: node_mirror [url]\n",
"Set the node mirror.\n",
"Defaults to https://nodejs.org/dist/\n",
"Leave [url] blank to use default url."
]
},
{
"name": "npm_mirror",
"tip": [
"U: npm_mirror [url]\n",
"Set the npm mirror.\n",
"Defaults to https://github.com/npm/cli/archive/\n",
"Leave [url] blank to default url."
]
},
{
"name": "version",
"tip": [
"Displays the current running version of nvm."
]
}
],
"options": [
{
"name": "--version",
"tip": [
"Displays the current running version of nvm."
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"Show help."
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/nvm-sh/nvm",
"description": [
"nvm - Node Version Manager."
]
}
}
}