Open calvin-cdev opened 2 years ago
I also find this slightly annoying bug but the script seems to only list the scripts under the package.json, doesn't seem to take the current input into account.
Did you ever find a solution to this @calvin-cdev ?
I also find this slightly annoying bug but the script seems to only list the scripts under the package.json, doesn't seem to take the current input into account.
Did you ever find a solution to this @calvin-cdev ?
I ended up using a different auto-completion tool. I can't remember what it was though since I've been on pnpm for a while now.
hi! thanks for making this package and script :smile:
I have a question. Is this intended only to list the available scripts and not to auto complete a script?
For example, let's say i have these scripts in a package.json
If i type
yarn
and then tab, I'll seestart:dev start:prod
But if i try to use tab to auto complete the script likeyarn start:d
then tab, I getyarn start:start: