Add `nvm current` to `nvm help`. Relates to #205.

master
Jordan Harband 2013-12-16 23:40:47 -08:00
parent d7015c7f65
commit 83c5b6286d
1 changed files with 1 additions and 0 deletions

1
nvm.sh
View File

@ -180,6 +180,7 @@ nvm() {
echo " nvm uninstall <version> Uninstall a version"
echo " nvm use <version> Modify PATH to use <version>"
echo " nvm run <version> [<args>] Run <version> with <args> as arguments"
echo " nvm current Display currently activated version"
echo " nvm ls List installed versions"
echo " nvm ls <version> List versions matching a given description"
echo " nvm ls-remote List remote versions available for install"