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: Don't override help strings #21

Merged
merged 2 commits into from
Jan 16, 2020
Merged

fix: Don't override help strings #21

merged 2 commits into from
Jan 16, 2020

Conversation

epage
Copy link
Member

@epage epage commented Jan 16, 2020

strcutopt lets you define the help string via doc-comments. Recently,
they cleaned this up which introduced a bug where a chained struct wins
out over the parent.

So moving our doc-comment to the lib to workaround it. We should have
the majority of the documentation on the lib anyways.

Fixed #20

strcutopt lets you define the help string via doc-comments.  Recently,
they cleaned this up which introduced a bug where a chained struct wins
out over the parent.

So moving our doc-comment to the lib to workaround it.  We should have
the majority of the documentation on the lib anyways.

Fixed clap-rs#20
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.

Including Verbosity adds the doc comment to the help output
1 participant