mirror of
https://github.com/go-task/task.git
synced 2025-06-17 00:17:51 +02:00
feat: add ability to specify which vars are required (#1204)
This commit is contained in:
@ -23,6 +23,7 @@ const (
|
||||
CodeTaskNameConflict
|
||||
CodeTaskCalledTooManyTimes
|
||||
CodeTaskCancelled
|
||||
CodeTaskMissingRequiredVars
|
||||
)
|
||||
|
||||
// TaskError extends the standard error interface with a Code method. This code will
|
||||
|
Reference in New Issue
Block a user