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: always cache help message when running commands #1865

Merged
merged 1 commit into from Feb 15, 2021
Merged

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Feb 15, 2021

Prior to this fix, we only cached the help message for commands
when using async commands. I believe we always want to cache the
help message for cases like #1853.

Fixes #1853

Prior to this fix, we only cached the help message for commands
when using async commands. I believe we always want to cache the
help message for cases like #1853.

Fixes #1853
@bcoe bcoe merged commit d57ca77 into master Feb 15, 2021
@bcoe bcoe deleted the always-cache-help branch February 15, 2021 21:23
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.

actively calling showHelp shows different output then help on fail does
1 participant