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

Add FromArgMatches and Args impl for Option<T> #3707

Closed
wants to merge 1 commit into from

Conversation

Zagitta
Copy link

@Zagitta Zagitta commented May 9, 2022

Resolves #3706.

This works nicely in my testing however I haven't managed to figure out in what circumstances update_from_arg_matches might be called and what should happen if self is None.
Any suggestions?

@epage
Copy link
Member

epage commented May 9, 2022

Going to close this out as we should finish discussing the problem and proposed solution in the Issue before moving on to worrying about the implementation.

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.

Allow to use Option<T: Args> with flatten
2 participants