Skip to content
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

completion for file path #5

Open
Jack-Works opened this issue May 16, 2023 · 1 comment
Open

completion for file path #5

Jack-Works opened this issue May 16, 2023 · 1 comment

Comments

@Jack-Works
Copy link

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
@g-plane
Copy link
Owner

g-plane commented May 17, 2023

It seems that PowerShell doesn't support completing file paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants