Andrey Nering
Andrey Nering
Thanks @maxpushka!
Hi @tommyalatalo, thanks for opening this issue! I'm still not convinced to add this feature. I think this brings too little benefit to be worth it: mostly allowing shorter task...
Hi @fj, You should actually be fine using `pwd` if you haven't specified another `dir:` or your haven't `cd`ed in the command. Otherwise, yeah, I think it makes sense to...
@SEAPUNK It seems to be that you just forgot to specify the dir of the Taskfile: ```yaml includes: db: taskfile: ./db dir: ./db ``` To the others: I know that...
@fj Thanks for the words! 😉 --- @SEAPUNK There's some historical reasons for why it works as is today. Originally, including other taskfiles was a simpler feature, and it was...
@ghostsquad I believe we could have two variables: `ROOT_TASKFILE`, `CURRENT_TASKFILE` or something similar. Sorry for taking so long to work on this, we just have too many opened issues to...
Ah, of course, I missed the `_DIR` suffix, we certainly need it. My point was about having two variables. 👍 for `PROJECT_DIR` (alternatively `ROOT_DIR`) and `TASKFILE_DIR`
This was just implemented as part of #857. I plan to do a release still today.
Related issues: https://github.com/go-task/task/issues/141 and maybe https://github.com/go-task/task/issues/275.
Hmm... this actually sounds like more a bug to me where the label should not be shown in same places instead of the real task name, like on `--list`. We...