-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Easily replace only the messages for --help and --version #889
Comments
There isn't a way to do this currently. You can override the |
Would you appreciate a contribution that adds this? It's obviously easily worked around, but seems like it would be nice to have for other people as well. |
I would be willing to consider it, sure! I don't have the bandwidth to work on it right now, but would gladly look at a PR adding it. |
So I'm working on this, and am wondering what you think the methods should be called. On args it's |
Also, where in the yaml should these customizations end up? Based on the |
…napp Allow customizing the --version and --help messages Fixes #889 This currently doesn't support customizing them from YAML, so it still needs some work.
I'm trying to help make a project's help messages consistent, and all of the messages are of the format "Start …", "Check …", "Print …", so the "Prints version information" stands out. I was unable to find an easy way to replace only the help and version messages without re-wiring the commands themselves. Is there any easy solution I missed, or is this something that would have to be added.
The text was updated successfully, but these errors were encountered: