[Docs] Add nvm help documentation for nvm exec

This commit is contained in:
Jordan Harband 2015-09-23 04:51:40 -07:00
parent 643365a948
commit c64a0343af

3
nvm.sh
View File

@ -1285,7 +1285,8 @@ nvm() {
echo ' --reinstall-packages-from=<version> When installing, reinstall packages installed in <node|iojs|node version number>'
echo ' nvm uninstall <version> Uninstall a version'
echo ' nvm use [--silent] <version> Modify PATH to use <version>. Uses .nvmrc if available'
echo ' nvm run <version> [<args>] Run <version> with <args> as arguments. Uses .nvmrc if available for <version>'
echo ' nvm exec <version> [<command>] Run <command> on <version>. Uses .nvmrc if available for <version>'
echo ' nvm run <version> [<args>] Run `node` on <version> with <args> as arguments. Uses .nvmrc if available for <version>'
echo ' nvm current Display currently activated version'
echo ' nvm ls List installed versions'
echo ' nvm ls <version> List versions matching a given description'