mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
linting
This commit is contained in:
parent
fcccb2b9dc
commit
f2c77b6541
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue