From 5eb1018459aeead805f06395aadf222cb0e30377 Mon Sep 17 00:00:00 2001 From: Vyacheslav Shcherbinin Date: Tue, 17 Oct 2023 13:44:15 +0700 Subject: [PATCH] Updated _nvm --- _nvm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_nvm b/_nvm index b037901..e292a8d 100644 --- a/_nvm +++ b/_nvm @@ -8,6 +8,7 @@ _1st_arguments=( 'help:show help' '--version:print out the latest released version of nvm' 'install:download and install a version in ' + 'install-latest-npm:download and install the latest npm version' 'uninstall:uninstall a version' 'use:modify PATH to use . Uses .nvmrc if available' 'exec:run on . Uses .nvmrc if available' @@ -30,4 +31,4 @@ _arguments -C '*:: :->subcmds' && return 0 if (( CURRENT == 1 )); then _describe -t commands "nvm subcommand" _1st_arguments return -fi \ No newline at end of file +fi