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

shellcompletion of parameter values that start with - are interpreted as options #161

Open
bckohan opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bckohan
Copy link
Member

bckohan commented Jan 30, 2025

This is an upstream bug in either click or typer most likely.

For example if you have an option --integer that takes an integer as a value if you type:

command --integer -

it will give you completions for the other available options instead of completions for the integer value.

@bckohan bckohan added the bug Something isn't working label Jan 30, 2025
@bckohan bckohan self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant