g-plane / zsh-yarn-autocompletions

Zsh plugin for Yarn autocompletions.
MIT License
578 stars 18 forks source link

Add compdef #22

Closed nguymin4 closed 4 years ago

nguymin4 commented 4 years ago

The compdef was accidentally removed in https://github.com/g-plane/zsh-yarn-autocompletions/commit/0fa9e93d2a63416929d7ceb96b369a8a1c5deb80#diff-188085b95c22185f0026fe08e980444a

Fix issue https://github.com/g-plane/zsh-yarn-autocompletions/issues/21

g-plane commented 4 years ago

Have you tested it yet? We should confirm this before merging PR by checking the result.

nguymin4 commented 4 years ago

These are screenshots of completions for run and remove commands. I don't know what was the reason why you removed the compdef

Screenshot from 2020-05-01 15-01-03 Screenshot from 2020-05-01 15-03-49

g-plane commented 4 years ago

Maybe I've removed it accidentally. Sorry.

Thanks for this PR!