added validations / auto-complete for lyrics_stat param (#428)

* added validations / auto-complete for lyrics_stat param

* added relish and turquoise
This commit is contained in:
Sharun
2023-06-03 13:39:20 -04:00
committed by GitHub
parent c121fc3153
commit c6048b3cf9

View File

@@ -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.')]