mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-11-02 03:25:52 +08:00
Add nvm current to nvm help. Relates to #205.
This commit is contained in:
1
nvm.sh
1
nvm.sh
@@ -180,6 +180,7 @@ nvm() {
|
|||||||
echo " nvm uninstall <version> Uninstall a version"
|
echo " nvm uninstall <version> Uninstall a version"
|
||||||
echo " nvm use <version> Modify PATH to use <version>"
|
echo " nvm use <version> Modify PATH to use <version>"
|
||||||
echo " nvm run <version> [<args>] Run <version> with <args> as arguments"
|
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 List installed versions"
|
||||||
echo " nvm ls <version> List versions matching a given description"
|
echo " nvm ls <version> List versions matching a given description"
|
||||||
echo " nvm ls-remote List remote versions available for install"
|
echo " nvm ls-remote List remote versions available for install"
|
||||||
|
|||||||
Reference in New Issue
Block a user