Skip to content
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 for individual command helper. #7

Merged
merged 3 commits into from
Jun 26, 2013

Conversation

TheLarkInn
Copy link
Contributor

Regex was returning ' ' instead of '', therefore preventing the single command help lookup from working.

Regex was returning ' <command>' instead of '<command>', therefore preventing the single command help lookup from working.
Added support for 'Invisible Commands': These commands are commands that have :spec but are not added to :meta. This will allow some commands to not show up in the help results, but still be available for use.
@brettstimmerman
Copy link
Owner

Hey @TheLarkInn, nice catch and thanks for the pull request! Would you mind removing the invisible command piece since it's not related?

@TheLarkInn
Copy link
Contributor Author

Oh goodness I'm sorry about that. Yeah let me change that. Might take a moment for me to figure out how to do it! lol

@TheLarkInn
Copy link
Contributor Author

I think I did that right, please let me know if that was wrong. Still a little new to git/github! :)

brettstimmerman added a commit that referenced this pull request Jun 26, 2013
Fix regex for individual command helper.
@brettstimmerman brettstimmerman merged commit d3501dc into brettstimmerman:master Jun 26, 2013
@brettstimmerman
Copy link
Owner

Sorry for leaving this hanging so long. Thanks again for the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants