Compare commits

...

2 Commits

Author SHA1 Message Date
Shohei YOSHIDA 9903bae602
Merge pull request #1280 from zsh-users/update-nvm
Update nvm completion to version v0.40.5
2026-07-12 09:14:08 +09:00
Shohei YOSHIDA f47156a643
Update nvm completion to version v0.40.5 2026-07-10 11:41:42 +09:00
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# Description
# -----------
#
# Completion script for nvm v0.40.3 (https://github.com/nvm-sh/nvm).
# Completion script for nvm v0.40.5 (https://github.com/nvm-sh/nvm).
#
# ------------------------------------------------------------------------------
# Authors
@ -65,6 +65,7 @@ __nvm() {
'--skip-default-packages[When installing, skip the default-packages file if it exists]' \
'--latest-npm[After installing, attempt to upgrade to the latest working npm on the given node version]' \
'--no-progress[Disable the progress bar on any downloads]' \
'--offline[Install from cache only, without downloading anything]' \
'--alias=[After installing, set the alias specified to the version specified]' \
'--default[After installing, set default alias to the version specified]' \
'--save[After installing, write the specified version to .nvmrc]' \