dsifford / yarn-completion

Bash completion for Yarn
MIT License
277 stars 25 forks source link

feat: yarn version berry workspace autocompletion #54

Open devthejo opened 2 years ago

devthejo commented 2 years ago

Hello @dsifford , first I want to thank you for this great autocompletion script, I use yarn berry version (v2/v3) and the completion work for most of commands except for yarn workspace, this PR solve this, detecting yarn v2/v3 and use correct completion command for workspaces adressing this issue and makin my life easier ;): https://github.com/dsifford/yarn-completion/issues/49