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

Fixed bug with is_flag and type inference #2

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

couling
Copy link
Owner

@couling couling commented Feb 13, 2024

Fixed bug with options where is_flag=True, type inference was incorrectly kicking in. Now if is_flag=True type inference will not happen for that option since click already knows it's a bool.

@couling couling added the bug Something isn't working label Feb 13, 2024
@couling couling merged commit 18c6668 into main Feb 13, 2024
3 checks passed
@couling couling deleted the bugfix-isflag-type-inference branch February 13, 2024 11:29
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

Successfully merging this pull request may close these issues.

1 participant