feat: improve cli usage

This commit is contained in:
2026-02-13 11:37:41 +01:00
parent a2968e1055
commit 3f9ea7e56d

View File

@@ -18,6 +18,8 @@ func main() {
cmd := &cli.Command{
Name: "spotiflac-cli",
EnableShellCompletion: true,
DefaultCommand: "help",
Usage: "Spotify downloader with playlist sync in mind.",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "download",