Add a command for validateColor API

This commit is contained in:
2021-04-21 01:33:35 +00:00
parent 8133953bb1
commit 23210af0c3
3 changed files with 53 additions and 0 deletions

View File

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