8 lines
164 B
Bash
8 lines
164 B
Bash
# shellcheck shell=bash
|
|
cite "about-completion"
|
|
about-completion "npm (Node Package Manager) completion"
|
|
|
|
if _command_exists npm; then
|
|
eval "$(npm completion)"
|
|
fi
|