mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
feat(cli): add -d flag shorthand
This commit is contained in:
1
main.go
1
main.go
@@ -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