help
command is skipped when set ignore_errors(true)
on the command.
#5917
Unanswered
chungquantin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Found this PR: #4988 and it is released in > 4.3.X but I can reproduce it in 4.5.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dependencies
Description
Hi, considering the below code:
By adding the
ignore_errors
, thehelp
command of theSubCommandA
is no longer working.How to reproduce an issue?
Add
ignore_errors
to anyCommand
that contains theSubcommand
(does havehelp
).Beta Was this translation helpful? Give feedback.
All reactions