Adds command for validateColor API

This commit is contained in:
2021-04-21 01:33:35 +00:00
parent 8133953bb1
commit 67cf86f775
2 changed files with 49 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ func init() {
RegisterCommand(NewCmdToggle())
RegisterCommand(NewCmdVersion())
RegisterCommand(NewCmdBreathe())
RegisterCommand(NewCmdValidate())
}
var Version string