-
-
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
added optional callback to help functions #434
Conversation
added a callback to allow auto-generated help text to be filtered or post-processed. for example, i want to apply colors to the text before it is displayed in the console. add callback to allow filtering or post-processing of help text
added a callback to allow auto-generated help text to be filtered or post-processed. for example, i want to apply colors to the text before it is displayed in the console. add callback to allow filtering or post-processing of help text
make brace alignment in example consistent with other code
Change looks good, can you not update the version in package.json just yet? |
Sorry - I thought any change to behavior was supposed to have a version# change as well. |
you're totally correct about versioning, just that it's up to the project maintainers to cut a release. If you can, squash your changes down to one commit. (good time to learn about |
make brace alignment in example consistent with other code
I looked up reset but wasn't comfortable with the head#. I also found something called "interactive rebase" which sounded like it would allow me to just drop the version# part of the changes, so I gave that a try. Does the commit look okay now, or do I still need to merge it all into one? |
Ah, I'll just squash 'em. |
Alright, all squished and joined in 4d421f9 Thanks! |
Added an optional callback to the help functions to allow post-processing of help text before it is displayed.