-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue of not enough arguments #12
Comments
This completion will run an executable file. I'm not sure whether there will be permission issue on macOS or not. |
I also installed your I suspect it's pnpm where something went wrong. But I don't have any clue, how do I locate if it's a pnpm issue? |
No, it shouldn't be a pnpm issue, because it doesn't use pnpm. |
I have no idea about this currently. Let's keep issue open and see if there're similar problems. |
Hi,
Currently I am using your completion, but the completion of packages does not work on my computer. When I type
pnpm remove <tab>
, it prompts the followingBut I can use command completion such as
remove
(when I typepnpm re<tab>
, will completion topnpm remove
)Do you have any idea?
I'm a completion novice. How can I debug this error?
The text was updated successfully, but these errors were encountered: