rm unused

This commit is contained in:
6543 2023-02-10 04:04:18 +01:00
parent 9787696ad6
commit b4039507bf
1 changed files with 1 additions and 8 deletions

View File

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