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

fix: showing option suggestions after variadic arg #118

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

cpendery
Copy link
Member

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

@cpendery cpendery merged commit f404da8 into main Dec 14, 2023
3 checks passed
@cpendery cpendery deleted the fix/variadic-options branch December 14, 2023 23:41
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

Successfully merging this pull request may close these issues.

Typing "ls -" does not jump you to the options for the ls command
1 participant