1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
en-US.json 3.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 15.12.2024 19:16 8778d40
{
"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."
]
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/abgox-PSCompletions.git
git@api.gitlife.ru:oschina-mirror/abgox-PSCompletions.git
oschina-mirror
abgox-PSCompletions
abgox-PSCompletions
main