zsh-workers
 help / color / mirror / code / Atom feed
d069fc1074e20e318046f306b5798750133bfc42 blob 207 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#compdef npm

# Node Package Manager completion, letting npm do all the completion work

if (( $+commands[npm] )); then
  eval "$(NPM_CONFIG_UPDATE_NOTIFIER=false npm completion)"

  _npm_completion "$@"
fi
debug log:

solving d069fc107 ...
found d069fc107 in https://inbox.vuxu.org/zsh-workers/849C47D0-AC5A-46C1-AEF1-4740F79433D1@dana.is/
found f5493a321 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 f5493a321804c535e1ebd1446aa10bda769191ce	Completion/Unix/Command/_npm

applying [1/1] https://inbox.vuxu.org/zsh-workers/849C47D0-AC5A-46C1-AEF1-4740F79433D1@dana.is/
diff --git a/Completion/Unix/Command/_npm b/Completion/Unix/Command/_npm
index f5493a321..d069fc107 100644

Checking patch Completion/Unix/Command/_npm...
Applied patch Completion/Unix/Command/_npm cleanly.

index at:
100644 d069fc1074e20e318046f306b5798750133bfc42	Completion/Unix/Command/_npm

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).