Skip to content

Fix issue 2260: Try not to break custom Help cmds.#2261

Open
bbadour wants to merge 1 commit intourfave:mainfrom
bbadour:ishelp
Open

Fix issue 2260: Try not to break custom Help cmds.#2261
bbadour wants to merge 1 commit intourfave:mainfrom
bbadour:ishelp

Conversation

@bbadour
Copy link

@bbadour bbadour commented Feb 6, 2026

Expand the check for the default help command to look at more than just the name.

What type of PR is this?

  • bug

What this PR does / why we need it:

Fixes breakage in applications with custom Help commands.

Which issue(s) this PR fixes:

Fixes #2260

Special notes for your reviewer:

This change is sort of a hacky kludge I used when bringing in the latest version to not break existing applications. I would be more than happy if the issue gets fixed some other way.

Testing

I ran the equivalent change against tests for applications with custom Help commands.

Release Notes

Don't assume all commands named "help" are the default Help command.

Expand the check for the default help command to look at more than just
the name.
@bbadour bbadour requested a review from a team as a code owner February 6, 2026 02:33
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.

A recent change breaks custom help Commands

1 participant