microsoft / inshellisense

IDE style command line auto complete
MIT License
8.22k stars 180 forks source link

fix: showing option suggestions after variadic arg #118

Closed cpendery closed 6 months ago

cpendery commented 6 months ago

Description

This change makes it so that when an item is found after a variadic sequence, we can still suggest subcommands / options that break the sequence. It also fixes parsing an option found at the end of a command sequence.

Closes #56