Implement yarn completion (#2190)

* feat (completion): add yarn completion
This commit is contained in:
Gurkirat Singh
2023-02-22 21:50:45 +05:30
committed by GitHub
parent 78f88406cf
commit 05ef68acbc
3 changed files with 1214 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# shellcheck shell=bash
about-completion "yarn cli completions"
# shellcheck disable=SC1090 source=../../vendor/github.com/dsifford/yarn-completion/yarn
source "${BASH_IT}/vendor/github.com/dsifford/yarn-completion/yarn"