mirror of
https://github.com/go-task/task.git
synced 2025-06-23 00:38:19 +02:00
feat: option to ensure variable is within the list of values (#1827)
This commit is contained in:
@ -32,6 +32,7 @@ const (
|
||||
CodeTaskCalledTooManyTimes
|
||||
CodeTaskCancelled
|
||||
CodeTaskMissingRequiredVars
|
||||
CodeTaskNotAllowedVars
|
||||
)
|
||||
|
||||
// TaskError extends the standard error interface with a Code method. This code will
|
||||
|
Reference in New Issue
Block a user