mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
refactor: optimize fuzzy matching with lazy initialization (#2523)
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
"type": "boolean",
|
||||
"description": "Enable verbose output"
|
||||
},
|
||||
"disable-fuzzy": {
|
||||
"type": "boolean",
|
||||
"description": "Disable fuzzy matching for task names"
|
||||
},
|
||||
"concurrency": {
|
||||
"type": "integer",
|
||||
"description": "Number of concurrent tasks to run",
|
||||
|
||||
Reference in New Issue
Block a user