fix: use pnpm'n main help - pnpm's official descriptions for cmds and opts#46
fix: use pnpm'n main help - pnpm's official descriptions for cmds and opts#46Aslemammad merged 8 commits intomainfrom
Conversation
|
commit: |
Aslemammad
left a comment
There was a problem hiding this comment.
Amazing, let's address those ones later!
| complete: Complete | ||
| ): Promise<void> => { | ||
| getPackageJsonScripts().forEach((script) => | ||
| complete(script, `Run ${script} script`) |
There was a problem hiding this comment.
remove the description here, it's not needed!
There was a problem hiding this comment.
or maybe we can use the content of the script as the description of it, up to you!
No description provided.