-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
imp : improve help text #62
Conversation
makim/cli.py
Outdated
@@ -119,8 +121,7 @@ def _get_args(): | |||
nargs='?', | |||
default=None, | |||
help=( | |||
'Specify the target command to be performed. ' | |||
'\nOptions are:\n' + '\n'.join(target_help) | |||
'Specify the target command to be performed. Options are:\n' + '\n'.join(target_help) |
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 line is very long (~86 characters).
please use pre-commit locally to identify and fix this issue:
pre-commit install
pre-commit run --all-files
remember to check if you have all your dependencies updated: poetry install
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.
ping me if you have any questions
the output looks really nice! |
looks good to me. thanks @abhijeetSaroha for working on that. |
🎉 This PR is included in version 1.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
change the output text to this.