-
Notifications
You must be signed in to change notification settings - Fork 661
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 subcommand help messages #1563
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.
LGTM. Thanks for fixing!
@acoglio these three checks related to APM won't pass because the PR was created by a non-team developer, and the CIs don't have permissions to access CI secrets. |
@damirka If someone from our team can double-check that those failing CI tests work for him, I think we are fine. |
Should I retarget it onto |
@rapiz1 that would be helpful! |
Done that |
Motivation
Fixes #1562
It's a upstream bug. See TeXitoi/structopt#333
Test Plan
Run
leo -h
and see if it worksAfter the fix:
Help messages are good now! :)