Add a command for validateColor API
This commit is contained in:
@ -20,6 +20,7 @@ func init() {
|
||||
RegisterCommand(NewCmdToggle())
|
||||
RegisterCommand(NewCmdVersion())
|
||||
RegisterCommand(NewCmdBreathe())
|
||||
RegisterCommand(NewCmdValidate())
|
||||
}
|
||||
|
||||
var Version string
|
||||
|
Reference in New Issue
Block a user