feat: better taskfile cycle error handling

This commit is contained in:
Pete Davison
2023-09-06 00:00:36 +00:00
parent 0a027df50d
commit 220bf74a9e
3 changed files with 25 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const (
CodeTaskfileVersionCheckError
CodeTaskfileNetworkTimeout
CodeTaskfileDuplicateInclude
CodeTaskfileCycle
)
// Task related exit codes