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

Normalize help messages in examples #29

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

parasyte
Copy link
Owner

This makes onlyargs_derive output only a single blank line at the end of the help message instead of two (which was characteristic of the previous release). Now the output is closer between the manual trait implementation and the derived trait impl.

Also changes the unordered list in the footer to use asterisks, which looks a bit better in ASCII and disambiguates between flags and options.

This makes `onlyargs_derive` output only a single blank line at the end
of the help message instead of two (which was characteristic of the
previous release). Now the output is closer between the manual trait
implementation and the derived trait impl.

Also changes the unordered list in the footer to use asterisks, which
looks a bit better in ASCII and disambiguates between flags and options.
@parasyte parasyte merged commit 6c71f5e into main Feb 12, 2024
14 checks passed
@parasyte parasyte deleted the improvement/normalize-help-message branch February 12, 2024 07:41
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.

1 participant