This commit is contained in:
abs3nt 2023-10-22 15:25:11 -07:00
parent eb470f2d17
commit 2341d2c349
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

View File

@ -101,7 +101,7 @@ var (
Use: "set", Use: "set",
Aliases: []string{"s"}, Aliases: []string{"s"},
Args: cobra.RangeArgs(0, 1), Args: cobra.RangeArgs(0, 1),
Short: "set wallpaper from setlist", Short: "query wallhaven with the provided parameters then download the image, set it as wallpaper, and generate colorscheme",
RunE: func(cmd *cobra.Command, args []string) error { RunE: func(cmd *cobra.Command, args []string) error {
return set(args) return set(args)
}, },