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

Fixes #2035 - include mapFallbackValue for inherited opts #2036

Merged
merged 1 commit into from Jun 2, 2023

Conversation

zman0900
Copy link

@zman0900 zman0900 commented Jun 1, 2023

This fixes issue #2035 seen in my own code when using "mapFallbackValue" on an inherited Option. Also added some unit tests for both inherited Option and Parameters that all failed without this fix.

@remkop remkop merged commit 5984589 into remkop:main Jun 2, 2023
41 of 42 checks passed
@remkop
Copy link
Owner

remkop commented Jun 2, 2023

Merged. Thank you for the contribution!

@zman0900 zman0900 deleted the 2035-inherit-mapFallback-value branch June 2, 2023 14:33
remkop added a commit that referenced this pull request Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option "mapFallbackValue" ignored when inherited to subcommand
2 participants