From c6048b3cf9671e7d24727201fe768ae0fd504bca Mon Sep 17 00:00:00 2001 From: Sharun <715417+sharunkumar@users.noreply.github.com> Date: Sat, 3 Jun 2023 13:39:20 -0400 Subject: [PATCH] added validations / auto-complete for lyrics_stat param (#428) * added validations / auto-complete for lyrics_stat param * added relish and turquoise --- Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Install.ps1 b/Install.ps1 index 7d99ed1..fa36dec 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -59,6 +59,7 @@ param [switch]$no_shortcut, [Parameter(HelpMessage = 'Static color for lyrics.')] + [ValidateSet('default', 'red', 'orange', 'yellow', 'spotify', 'blue', 'purple', 'strawberry', 'pumpkin', 'sandbar', 'radium', 'oceano', 'royal', 'github', 'discord', 'drot', 'forest', 'fresh', 'zing', 'pinkle', 'krux', 'blueberry', 'postlight', 'relish', 'turquoise')] [string]$lyrics_stat, [Parameter(HelpMessage = 'Accumulation of track listening history with Goofy.')]