mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:12:11 +08:00
npm completions: Call command npm
npm is often wrapped by a function. Fixes #3158. (cherry picked from commit 3a0d417b9eb49290e64acbe7973d5acf1794dcf8)
This commit is contained in:
parent
7e56d6385e
commit
bc8ec46ef9
@ -49,7 +49,7 @@ function __fish_complete_npm --description "Complete the commandline using npm's
|
||||
set COMP_CWORD (math $COMP_CWORD + 1)
|
||||
set COMP_LINE $COMP_LINE ""
|
||||
end
|
||||
npm completion -- $COMP_LINE ^/dev/null
|
||||
command npm completion -- $COMP_LINE ^/dev/null
|
||||
end
|
||||
|
||||
# use npm completion for most of the things,
|
||||
|
Loading…
x
Reference in New Issue
Block a user