We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27217da commit 15da826Copy full SHA for 15da826
doc/cli/npm-completion.md
@@ -17,9 +17,10 @@ everywhere:
17
npm completion >> ~/.bashrc
18
npm completion >> ~/.zshrc
19
20
-You may of course also pipe the output of npm completion to a file
21
-such as `/usr/local/etc/bash_completion.d/npm` if you have a system
22
-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
23
+that file for you.
24
25
When `COMP_CWORD`, `COMP_LINE`, and `COMP_POINT` are defined in the
26
environment, `npm completion` acts in "plumbing mode", and outputs
0 commit comments