diff --git a/cmd/commands/config.go b/cmd/commands/config.go index 1503b602..d1da06cd 100644 --- a/cmd/commands/config.go +++ b/cmd/commands/config.go @@ -50,7 +50,7 @@ func configCmd(ctx context.Context, cmd *cli.Command) error { args := cmd.Args() if args.Len() == 0 { - return cmd.Run(ctx, []string{"CMD", "config", "-h"}) + return cli.ShowSubcommandHelp(cmd) } keys := strings.Split(args.First(), ".")