浏览代码

nvm: add `install-latest-npm` to completion (#8709)

Nick Paterno 4 年之前
父节点
当前提交
bc7f596dc0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/nvm/_nvm

+ 1 - 0
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 <node|iojs|node version number>'
+  'install-latest-npm:download and install the latest npm version'
   'uninstall:uninstall a version'
   'use:modify PATH to use <version>. Uses .nvmrc if available'
   'exec:run <command> on <version>. Uses .nvmrc if available'