mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
rm unused
This commit is contained in:
parent
9787696ad6
commit
b4039507bf
1 changed files with 1 additions and 8 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue