romainberger / yarn-completion

Autocomplete for your projects scripts with yarn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clarification: Completion

calvin-cdev opened this issue Β· comments

hi! thanks for making this package and script πŸ˜„

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

{
  start:dev
  start:prod
}

If i type yarn and then tab, I'll see start:dev start:prod
But if i try to use tab to auto complete the script like yarn start:d then tab, I get yarn start:start: