Compare commits
No commits in common. "9903bae60284072de3fa0e3e20965f22368c5694" and "f63d0e642261e40dfaadfcef478ef338e1aa315f" have entirely different histories.
9903bae602
...
f63d0e6422
3
src/_nvm
3
src/_nvm
|
|
@ -28,7 +28,7 @@
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for nvm v0.40.5 (https://github.com/nvm-sh/nvm).
|
# Completion script for nvm v0.40.3 (https://github.com/nvm-sh/nvm).
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Authors
|
# Authors
|
||||||
|
|
@ -65,7 +65,6 @@ __nvm() {
|
||||||
'--skip-default-packages[When installing, skip the default-packages file if it exists]' \
|
'--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]' \
|
'--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]' \
|
'--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]' \
|
'--alias=[After installing, set the alias specified to the version specified]' \
|
||||||
'--default[After installing, set default alias to the version specified]' \
|
'--default[After installing, set default alias to the version specified]' \
|
||||||
'--save[After installing, write the specified version to .nvmrc]' \
|
'--save[After installing, write the specified version to .nvmrc]' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue