This commit is contained in:
parent
1b7090084f
commit
fa06934f31
@ -132,9 +132,10 @@ func Run(c *commands.Commander, s fx.Shutdowner) {
|
|||||||
Usage: "Prints the current song",
|
Usage: "Prints the current song",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "force",
|
Name: "force",
|
||||||
Aliases: []string{"f"},
|
Aliases: []string{"f"},
|
||||||
Usage: "bypass cache",
|
DefaultText: "false",
|
||||||
|
Usage: "bypass cache",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Action: func(cCtx *cli.Context) error {
|
Action: func(cCtx *cli.Context) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user