pnpm-shell-completion icon indicating copy to clipboard operation
pnpm-shell-completion copied to clipboard

when using alias scripts completion does not work

Open capaj opened this issue 1 year ago • 1 comments

I am used to scripts completion working even with alias for example for yarn ZSH plugin-would it be possible to implement it for pnpm too? I usually have aliases like alias pr="pnpm run" and while script complete nicely when I type the full command pnpm run they are not with the alias.

I am using Oh My Zsh and version 0.5.3

capaj avatar Mar 06 '24 16:03 capaj

As I know it should work regarding whether you use alias or not.

g-plane avatar Mar 06 '24 23:03 g-plane