feat: notify when a new version is available
This commit is contained in:
+3
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user