This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_yarn() { | |
local cur prev commands scripts opts | |
COMPREPLY=() | |
cur="${COMP_WORDS[COMP_CWORD]}" | |
prev="${COMP_WORDS[COMP_CWORD-1]}" | |
commands="access add autoclean bin cache check config create exec generate-lock-entry global\ | |
help import info init install licenses link list login logout node outdated owner pack publish\ | |
remove run tag team unlink upgrade upgrade-interactive version versions why workspace workspaces" |