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: address display bug with default sub-commands #2303

Merged
merged 2 commits into from Feb 21, 2023
Merged

fix: address display bug with default sub-commands #2303

merged 2 commits into from Feb 21, 2023

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Feb 21, 2023

freeze() was not being called prior to reset(), resulting in display issues for default sub-commands.

Fixes #2291

CC: @Tobbe, @bglimepoint

freeze() was not being called prior to reset(), resulting in display
issues for default sub-commands.

Fixes #2291
Copy link
Member

@shadowspawn shadowspawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and manually retesting against the example looks good.

@shadowspawn
Copy link
Member

I did a quick check on #2247 too. Looks good.

Fixes: #2247

Not sure if the Fixes: works in later comments, but still serves as a reminder if it does not. 😄

@bcoe bcoe merged commit 9aa2490 into main Feb 21, 2023
@shadowspawn shadowspawn deleted the fix-2291 branch May 9, 2023 20:54
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.

Using $0 (a default command) as an alias breaks the usage output for nested commands
2 participants