diff options
author | Audrey Eschright <audrey@npmjs.com> | 2018-11-29 14:05:52 -0800 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2019-05-16 14:56:07 -0400 |
commit | 391185e5503adc45fde8175961d6eab45fc8cc88 (patch) | |
tree | d25cd669d680620e5c7bbc622e0a4de355884194 /deps/npm/doc/cli/npm-completion.md | |
parent | 6014b476c3f001ee2a4f0e37493c5639ceae5cef (diff) | |
download | node-new-391185e5503adc45fde8175961d6eab45fc8cc88.tar.gz |
deps: upgrade npm to 6.5.0
PR-URL: https://github.com/nodejs/node/pull/24734
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/doc/cli/npm-completion.md')
-rw-r--r-- | deps/npm/doc/cli/npm-completion.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/npm/doc/cli/npm-completion.md b/deps/npm/doc/cli/npm-completion.md index cc826a4d7b..1c675d9602 100644 --- a/deps/npm/doc/cli/npm-completion.md +++ b/deps/npm/doc/cli/npm-completion.md @@ -17,9 +17,10 @@ everywhere: npm completion >> ~/.bashrc npm completion >> ~/.zshrc -You may of course also pipe the output of npm completion to a file -such as `/usr/local/etc/bash_completion.d/npm` if you have a system -that will read that file for you. +You may of course also pipe the output of `npm completion` to a file +such as `/usr/local/etc/bash_completion.d/npm` or +`/etc/bash_completion.d/npm` if you have a system that will read +that file for you. When `COMP_CWORD`, `COMP_LINE`, and `COMP_POINT` are defined in the environment, `npm completion` acts in "plumbing mode", and outputs |