Skip to content

Fix tab completion after eager option#35

Merged
Ultramann merged 9 commits intomainfrom
fix-tab-completion-after-eager-option
Mar 30, 2026
Merged

Fix tab completion after eager option#35
Ultramann merged 9 commits intomainfrom
fix-tab-completion-after-eager-option

Conversation

@Ultramann
Copy link
Copy Markdown
Owner

@Ultramann Ultramann commented Mar 29, 2026

Fixes #34:

If I have a cli with the subcommand tree cli sub1 sub2, and cli declares an eager option -o. I'm able to tab complete sub1 and sub2 if I don't include the option -o; aka cli s<tab> s<tab>. However if I include the -o option for cli, tab completion stops working.

@Ultramann Ultramann merged commit 6be6846 into main Mar 30, 2026
1 check passed
@Ultramann Ultramann deleted the fix-tab-completion-after-eager-option branch March 30, 2026 00:27
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.

Tab completion doesn't work after an eager option is passes

1 participant