bunker: remove duplicated "--sec" flags that were interfering with everything.

This commit is contained in:
fiatjaf
2026-06-20 20:24:18 -03:00
parent cc879b6bf6
commit 12000232a7
-9
View File
@@ -44,15 +44,6 @@ var bunker = &cli.Command{
OnlyOnce: true,
Category: PERSISTENCE,
},
&cli.StringFlag{
Name: "sec",
Usage: "secret key to sign the event, as hex or nsec",
DefaultText: "the key '1'",
},
&cli.BoolFlag{
Name: "prompt-sec",
Usage: "prompt the user to paste a hex or nsec with which to sign the event",
},
&cli.StringSliceFlag{
Name: "authorized-secrets",
Aliases: []string{"s"},