task icon indicating copy to clipboard operation
task copied to clipboard

Syntax to reference tasks from top level

Open postlund opened this issue 3 years ago • 0 comments

I have a bunch of tasks that I re-use from other tasks within my repo that I have put inside a directory simply called buildsystem in the repo root. It is however very inconvenient to have to use :, ::, :::, etc. depending on where in the include-hierarchy I am. A syntax to reference the root would be very convenient, e.g. @buildsystem:my_task.

postlund avatar May 19 '22 09:05 postlund