Skip to content

Commit

Permalink
[help] Add nvm ls-remote <version>.
Browse files Browse the repository at this point in the history
Fixes #1094.
  • Loading branch information
ljharb committed May 13, 2016
1 parent 6e18d95 commit ccde289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvm.sh
Expand Up @@ -1748,6 +1748,7 @@ nvm() {
nvm_echo ' nvm ls List installed versions'
nvm_echo ' nvm ls <version> List versions matching a given description'
nvm_echo ' nvm ls-remote List remote versions available for install'
nvm_echo ' nvm ls-remote <version> List remote versions available for install, matching a given <version>'
nvm_echo ' nvm version <version> Resolve the given description to a single local version'
nvm_echo ' nvm version-remote <version> Resolve the given description to a single remote version'
nvm_echo ' nvm deactivate Undo effects of `nvm` on current shell'
Expand Down

0 comments on commit ccde289

Please sign in to comment.