mirror of
https://github.com/go-task/task.git
synced 2026-07-02 17:08:45 +00:00
feat: auto-detect color output in CI environments (#2569)
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
"type": "boolean",
|
||||
"description": "Enable verbose output"
|
||||
},
|
||||
"color": {
|
||||
"type": "boolean",
|
||||
"description": "Enable colored output"
|
||||
},
|
||||
"disable-fuzzy": {
|
||||
"type": "boolean",
|
||||
"description": "Disable fuzzy matching for task names"
|
||||
|
||||
Reference in New Issue
Block a user