Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlphaNumeric ¶
type AlphaNumeric struct{}
func (*AlphaNumeric) Sort ¶
func (s *AlphaNumeric) Sort(tasks []*ast.Task)
Tasks that are not namespaced should be listed before tasks that are. We detect this by searching for a ':' in the task name.
type AlphaNumericWithRootTasksFirst ¶
type AlphaNumericWithRootTasksFirst struct{}
func (*AlphaNumericWithRootTasksFirst) Sort ¶
func (s *AlphaNumericWithRootTasksFirst) Sort(tasks []*ast.Task)
Tasks that are not namespaced should be listed before tasks that are. We detect this by searching for a ':' in the task name.
type TaskSorter ¶
Click to show internal directories.
Click to hide internal directories.