mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-12 07:01:50 +00:00
Added help info
This commit is contained in:
parent
2f3e3c12cb
commit
4c74d17842
1
nvm.sh
1
nvm.sh
@ -1740,6 +1740,7 @@ nvm() {
|
||||
nvm_echo ' nvm --version Print out the latest released version of nvm'
|
||||
nvm_echo ' nvm install [-s] <version> Download and install a <version>, [-s] from source. Uses .nvmrc if available'
|
||||
nvm_echo ' --reinstall-packages-from=<version> When installing, reinstall packages installed in <node|iojs|node version number>'
|
||||
nvm_echo ' nvm upgrade [<version>] Upgrade to the latest minor/patch version'
|
||||
nvm_echo ' nvm uninstall <version> Uninstall a version'
|
||||
nvm_echo ' nvm use [--silent] <version> Modify PATH to use <version>. Uses .nvmrc if available'
|
||||
nvm_echo ' nvm exec [--silent] <version> [<command>] Run <command> on <version>. Uses .nvmrc if available'
|
||||
|
Loading…
Reference in New Issue
Block a user