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

.showHelp() behavior changed on 17.X? #2432

Open
arossert opened this issue Sep 9, 2024 · 2 comments
Open

.showHelp() behavior changed on 17.X? #2432

arossert opened this issue Sep 9, 2024 · 2 comments

Comments

@arossert
Copy link

arossert commented Sep 9, 2024

I have a complex project where I have some main commands and each command has sub-commands, I'm using the .showHelp() function to get the help message text and return it in the format my application expects.

On version 16.X everything works as expected but on version 17.X the message that the .showHelp() callback gets is always the main help and not for the sub-commands, is this expected?

@shadowspawn
Copy link
Member

There were some complex fixes in 17.x for help related issues. The particular way you are making your call may have changed behaviour.

Related: #1826 #1853 #1865 #1913 #1926

@arossert
Copy link
Author

I looked at all of these tickets and can't find the root cause or how to handle this, maybe it is related to the cache changes (#1865) but I'm not sure if this can be disabled

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

No branches or pull requests

2 participants