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
completion at this position should return a path.
Currently it will return the following candidates and breaks the shell's path completion: