We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pnpm add -C ^
completion at this position should return a path.
Currently it will return the following candidates and breaks the shell's path completion:
pnpm add -C <Tab here> pnpm add -C --global # becomes this --global --save-dev --save-peer
pnpm add -C pac<Tab here> # expect to completion for file path like packages/... pnpm add -C --global # becomes this --global --save-dev --save-peer
The text was updated successfully, but these errors were encountered:
It seems that PowerShell doesn't support completing file paths.
Sorry, something went wrong.
No branches or pull requests
completion at this position should return a path.
Currently it will return the following candidates and breaks the shell's path completion:
The text was updated successfully, but these errors were encountered: