Default
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
abs3nt 2024-02-18 12:26:22 -08:00
parent 1b7090084f
commit fa06934f31
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

View File

@ -132,9 +132,10 @@ func Run(c *commands.Commander, s fx.Shutdowner) {
Usage: "Prints the current song",
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "force",
Aliases: []string{"f"},
Usage: "bypass cache",
Name: "force",
Aliases: []string{"f"},
DefaultText: "false",
Usage: "bypass cache",
},
},
Action: func(cCtx *cli.Context) error {