mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
feat: improve cli usage
This commit is contained in:
2
main.go
2
main.go
@@ -18,6 +18,8 @@ func main() {
|
|||||||
cmd := &cli.Command{
|
cmd := &cli.Command{
|
||||||
Name: "spotiflac-cli",
|
Name: "spotiflac-cli",
|
||||||
EnableShellCompletion: true,
|
EnableShellCompletion: true,
|
||||||
|
DefaultCommand: "help",
|
||||||
|
Usage: "Spotify downloader with playlist sync in mind.",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "download",
|
Name: "download",
|
||||||
|
|||||||
Reference in New Issue
Block a user