From bc7f596dc084551eb0a86ae722ef054b7413a524 Mon Sep 17 00:00:00 2001 From: Nick Paterno <43416138+nicholasjpaterno@users.noreply.github.com> Date: Mon, 9 Mar 2020 10:32:39 -0400 Subject: [PATCH] nvm: add `install-latest-npm` to completion (#8709) --- plugins/nvm/_nvm | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/nvm/_nvm b/plugins/nvm/_nvm index 1eec48b0a..e292a8d8c 100644 --- a/plugins/nvm/_nvm +++ b/plugins/nvm/_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'