fix cobra issue (#715)

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2023-02-24 21:43:42 +08:00 committed by GitHub
parent dfe835a9c4
commit 489a3ae133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ func NewRootCmd(globalConfig *config.GlobalOptions) (*cobra.Command, error) {
Use: "helmfile",
Short: globalUsage,
Long: globalUsage,
Args: cobra.MinimumNArgs(1),
Version: version.Version(),
SilenceUsage: true,
SilenceErrors: true,