-
-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Description
I have a use case I'd like to have considered.
I'm building an internal application which will:
- Traverse through a directory hierarchy and fine all
Taskfile.yml
instances - Run the equivalent of
task -d <dir>/Taskfile.yml
on all those taskfiles concurrently
As pointed out in slack, I can use os/exec
for this, but ideally I want to be able to just import github.com/go-task/task
and then use those functions/methods from there. This will ensure that user's don't need to download a binary to run the internal tool
Would this be something that might be considered?
aidansteele, damian-szulc, chinglinwen, zlesnr, ctrombley and 6 more
Metadata
Metadata
Assignees
Labels
No labels