-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Completion: Capitalize short desc and remove extra space from long #1455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @fcjr. You are right, the completion
command should follow the pattern of the help
command.
I assume there is no backwards-compatibility concerns about a command description or help text, but I'll leave that up to the maintainers.
As per #1458, the |
Updated to fix the extra newline in the long desc. |
Just a friendly ping on this, is there any chance this can be merged and released? |
This PR is being marked as stale due to a long period of inactivity |
Bumping b/c it was marked as stale =) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! LGTM
The
help
short desc is capitalized so we should follow its lead for consistency.Also fixes #1458.