mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
feat: create NoSort sorter for CLI sort option "none" (#2125)
This commit is contained in:
@@ -184,7 +184,7 @@ func WithExecutorOptions() task.ExecutorOption {
|
||||
var sorter sort.Sorter
|
||||
switch TaskSort {
|
||||
case "none":
|
||||
sorter = nil
|
||||
sorter = sort.NoSort
|
||||
case "alphanumeric":
|
||||
sorter = sort.AlphaNumeric
|
||||
}
|
||||
|
Reference in New Issue
Block a user