sources of a task from a dynamic list of files?find or ripgrep or something similar. These tasks accept a FILES variable which I'm able to manipulate into the proper format for use in the task command. I'm unable, however, to set the sources of the task based on this variable.['file1.txt', 'file2.txt', 'file3.txt']. It is not a pattern, and it is not fixed length.sources to a dynamic list of files in any intuitive way is impossible.sources directly equal to a dynamic list:sources: '{{.MY_ARRAY}}.sources into multiple files, similar to how a pattern is expanded.{file1.txt,file2.txt,file3.txt} but even with this I'm encountering some annoying corner cases. And honestly at this point things are getting a bit silly.