g-plane / pnpm-shell-completion

Complete your pnpm command fastly.
MIT License
119 stars 10 forks source link

bug: colons in script names truncate output #9

Closed thtliife closed 1 year ago

thtliife commented 1 year ago

A colon in the name of a script truncates the output. this resolves that.

Before: (see there are two test scripts listed, when the second one should say test:broken) broken completion output with colons

After: fixed completion output with colons

fixes: g-plane/pnpm-shell-completion#8