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 Custom Type Handling #78

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Fix Custom Type Handling #78

merged 1 commit into from
Mar 7, 2023

Conversation

sergiosalvatore
Copy link
Contributor

When using something like type MyString string we need to make sure to convert it to the proper underlying type before sending it on to the flag package.

Fix this for both the flag and pflag packages.

When using something like `type MyString string` we need to make sure to
convert it to the proper underlying type before sending it on to the
flag package.

Fix this for both the flag and pflag packages.
@sergiosalvatore sergiosalvatore merged commit 9ba12b2 into master Mar 7, 2023
@sergiosalvatore sergiosalvatore deleted the fix-custom-types branch March 7, 2023 21:18
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.

None yet

2 participants