go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.04k stars 587 forks source link

extend a file instead of including #930

Closed bochove closed 1 year ago

bochove commented 1 year ago

Say I want to have all sorts of complicated commands in a committed version of a taskfile, that require certain variables, like aws-profile names. Then I would love for a file to extend the base namespace with these variables and personal commands.

pd93 commented 1 year ago

Sounds like a duplicate of #273