feat: add shell completion generation

This commit is contained in:
2026-02-13 11:05:24 +01:00
parent 9582864321
commit 0c26974774
2 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ func main() {
cmd := &cli.Command{
Name: "spotiflac-cli",
EnableShellCompletion: true,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "download",