mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
feat(prompts): add ability for tasks to prompt user pre execution (#1163)
This commit is contained in:
@@ -22,6 +22,7 @@ const (
|
||||
CodeTaskInternal
|
||||
CodeTaskNameConflict
|
||||
CodeTaskCalledTooManyTimes
|
||||
CodeTaskCancelled
|
||||
)
|
||||
|
||||
// TaskError extends the standard error interface with a Code method. This code will
|
||||
|
||||
Reference in New Issue
Block a user