completion: lerna: Add shellcheck ignore directive

pull/1795/head
Noah Gorny 2021-01-23 00:16:18 +02:00
parent 69e5a28ed3
commit b6d95c71ce
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ function __lerna_completion() {
--version"
# Tell complete what stuff to show.
# shellcheck disable=2207
COMPREPLY=($(compgen -W "$compls" -- "$cur"))
}
complete -o default -F __lerna_completion lerna