fix(climc): avoid showing help twice (#21859)

This commit is contained in:
屈轩
2024-12-20 15:34:09 +08:00
committed by GitHub
parent 349623f63f
commit e113416661

View File

@@ -335,7 +335,6 @@ func ClimcMain() {
}
if parser.IsHelpSet() {
fmt.Print(parser.HelpString())
return
}