Optionally add paw support for structopt as a feature#192
Merged
TeXitoi merged 1 commit intoTeXitoi:masterfrom Jun 1, 2019
Merged
Optionally add paw support for structopt as a feature#192TeXitoi merged 1 commit intoTeXitoi:masterfrom
TeXitoi merged 1 commit intoTeXitoi:masterfrom
Conversation
Contributor
Author
|
Note: this resolves #187 |
Owner
|
A generic impl in |
Contributor
Author
|
Owner
|
OK. Please update the CHANGELOG, and I'll merge. A new version should be published within a week, waiting for a doc improvement. |
This adds a feature that can be turned on that will include the ParseArgs impl when generating the struct and enums
fe9925f to
d69902a
Compare
TeXitoi
approved these changes
Jun 1, 2019
Owner
|
thanks! |
Owner
|
v0.2.17 published |
TeXitoi
pushed a commit
that referenced
this pull request
Jun 26, 2019
This adds a feature that can be turned on that will include the ParseArgs impl when generating the struct and enums
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create an optional feature that when turned on add in the required paw:ParseArgs trait implementation that allows use of StructOpt as the argument for the fn main.