-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Show an arbitrary banner message (Feature request) #78
Comments
sounds reasonable to me ! maybe |
I like |
I kind of feel your example would be better served by
I don't think this is all that bad an idea but I think supplying custom help text is a better idea since that gives you full control over how your stuff is formatted. Perhaps writing a custom help module that can plug into commander.js that reuses some of the '--help' code but allows you to provide your own formatting and a way to add custom text. Reusing lodash tempting would likely work well. You could pipe it into your build system and have your help text automatically updated but still custom formatted on builds. Food for thought :) |
Something like:
Expected output:
aka, "option groups" or "banners" or "messages" (adding this in for anyone searching issues :-) )
The text was updated successfully, but these errors were encountered: