-
Notifications
You must be signed in to change notification settings - Fork 3
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
Provide a way to load directly into a clap app #4
Comments
Something like |
Hmm, used to dealing with this from all of the other serde angles. Most people are used to using the |
load
?
I've updated the issue from being about removing wrappers to about a direct load. |
Something like
load(impl serde::Serializer) -> clap::App
The text was updated successfully, but these errors were encountered: