domsleee / posh-tabcomplete

Blazing fast tab completion for powershell.
4 stars 1 forks source link

fix: completions should only include last argument #25

Closed mvarendorff2 closed 1 month ago

mvarendorff2 commented 1 month ago

Fixes #24

Not sure if this is the appropriate fix but it looked like splitting the arg got lost in the recent changes to how files with spaces are handled. The test case fails on current main and works with the change though!

Let me know if I should include any changelog, version bumps or other chores in this as well!

mvarendorff2 commented 1 month ago

Oh what the heck happened with the pipeline 👀 Did I mess something up? I am not proficient in Rust at all but it reads like some other package has a flaw in it but chances are I am misinterpreting the logs. Is this something I have to fix in the PR (or even can in the first place)?