From f2c77b654113e5155b848e04d67b327ab19a4df8 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sun, 2 Feb 2020 09:50:07 -0500 Subject: [PATCH] linting --- commands/getCerts.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/getCerts.go b/commands/getCerts.go index 24f627b7b..d8f318a08 100644 --- a/commands/getCerts.go +++ b/commands/getCerts.go @@ -26,6 +26,7 @@ var _ = cmd(catUtils, func() *cli.Command { } }()) +// GetCertsArgs stores the flags and arguments common to cert commands type GetCertsArgs struct { GetDNSConfigArgs GetCredentialsArgs @@ -120,6 +121,7 @@ func (args *GetCertsArgs) flags() []cli.Flag { return flags } +// GetCerts implements the get-certs command. func GetCerts(args GetCertsArgs) error { fmt.Println(args.JSFile) // check agree flag