You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: