rm unused

This commit is contained in:
6543 2023-02-10 04:04:18 +01:00
parent 9787696ad6
commit b4039507bf

View File

@ -22,14 +22,7 @@ var Certs = &cli.Command{
Action: removeCert, Action: removeCert,
}, },
}, },
Flags: append(CertStorageFlags, []cli.Flag{ Flags: CertStorageFlags,
&cli.BoolFlag{
Name: "verbose",
Usage: "print trace info",
EnvVars: []string{"VERBOSE"},
Value: false,
},
}...),
} }
func listCerts(ctx *cli.Context) error { func listCerts(ctx *cli.Context) error {