Skip to content

completion for file path #5

@Jack-Works

Description

@Jack-Works
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions