mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
feat: recursive config search (#2166)
* refactor: experiments flags * refactor: args.Parse * feat: recursive search for taskrc files * feat: consolidate some code into new fsext package * feat: add tests for search and default dir * fix: linting issues
This commit is contained in:
6
taskrc/taskrc.go
Normal file
6
taskrc/taskrc.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package taskrc
|
||||
|
||||
var defaultTaskRCs = []string{
|
||||
".taskrc.yml",
|
||||
".taskrc.yaml",
|
||||
}
|
||||
Reference in New Issue
Block a user