mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-06-17 16:44:40 +02:00
feat(cli): add -d flag shorthand
This commit is contained in:
@@ -19,6 +19,7 @@ func main() {
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "download",
|
Name: "download",
|
||||||
|
Aliases: []string{"d"},
|
||||||
Usage: "Download a song/playlist",
|
Usage: "Download a song/playlist",
|
||||||
Destination: &song_url,
|
Destination: &song_url,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user