We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc27899 commit 393fea9Copy full SHA for 393fea9
1 file changed
cliv2/pkg/core/main.go
@@ -418,7 +418,7 @@ func handleError(err error) HandleError {
418
if commandError {
419
resultError = handleErrorFallbackToLegacyCLI
420
} else if flagError {
421
- // handle flag errors explicitly since we need to delegate the help to the legacy CLI. This includes disabling the cobra default help/usage
+ // handle flag errors explicitly via help(): user-doc markdown when available, otherwise Cobra help
422
resultError = handleErrorShowHelp
423
}
424
0 commit comments