mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
fix(climc): avoid showing help twice (#21859)
This commit is contained in:
@@ -335,7 +335,6 @@ func ClimcMain() {
|
||||
}
|
||||
|
||||
if parser.IsHelpSet() {
|
||||
fmt.Print(parser.HelpString())
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user