mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
feat: prefer remote taskfiles over cached ones (#1345)
* feat: prefer remote taskfiles over cached ones * feat: implemented cache on network timeout * feat: --download always downloads, but never executes tasks * feat: --timeout flag * fix: bug with timeout error handling * chore: changelog
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
CodeTaskfileNotSecure
|
||||
CodeTaskfileCacheNotFound
|
||||
CodeTaskfileVersionNotDefined
|
||||
CodeTaskfileNetworkTimeout
|
||||
)
|
||||
|
||||
// Task related exit codes
|
||||
|
Reference in New Issue
Block a user