g-plane / zsh-yarn-autocompletions

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

Doesn't display commands with : in their names #16

Closed rmtsrc closed 4 years ago

rmtsrc commented 4 years ago

Pressing yarn run <tab> <tab> does not list commands that have a : in their name. For example a package.json with the following scripts does not display the start:dev and test:watch commands.

{
  "scripts": {
    "start": "node .",
    "start:dev": "webpack-dev-server",
    "test": "jest",
    "test:watch": "yarn test --watch",
  }
}
g-plane commented 4 years ago

Sorry for delay! This needs reproducing.

g-plane commented 4 years ago

I can't reproduce. It works on my machine:

图片