feat: notify when a new version is available

This commit is contained in:
Mathis Maquenne
2026-07-30 11:30:08 +02:00
parent b734ad802a
commit 544fd09199
3 changed files with 68 additions and 3 deletions
+3 -2
View File
@@ -19,8 +19,9 @@ const appConfigKey contextKey = "appConfig"
var opts downloader.Options
var downloadCmd = &cobra.Command{
Use: "download",
Short: "Download songs from Deezer",
Use: "download",
Short: "Download songs from Deezer",
Annotations: map[string]string{updateNoticeAnnotation: "true"},
}
func init() {