Skip to content

Commit e3a57ca

Browse files
tbhaxorTobias Heinlein
authored andcommitted
Implement yarn completion (Bash-it#2190)
* feat (completion): add yarn completion
1 parent 64c3be9 commit e3a57ca

File tree

3 files changed

+1214
-0
lines changed

3 files changed

+1214
-0
lines changed

clean_files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ completion/available/system.completion.bash
7676
completion/available/vault.completion.bash
7777
completion/available/vuejs.completion.bash
7878
completion/available/wpscan.completion.bash
79+
completion/available/yarn.completion.bash
7980

8081
# libraries
8182
lib/appearance.bash
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# shellcheck shell=bash
2+
about-completion "yarn cli completions"
3+
4+
# shellcheck disable=SC1090 source=../../vendor/github.com/dsifford/yarn-completion/yarn
5+
source "${BASH_IT}/vendor/github.com/dsifford/yarn-completion/yarn"

0 commit comments

Comments
 (0)