In included file, cannot set task dir with a variable containing absolute path

dotenv merges in inverse order?
.env
files usually work. They do not override values that are already set on the ENV. In the same way, we loop over the list of .env
files and only set the ENVs that were not previously set....Task is not tracking deleted generated files
gen
, when I'm running clean
:
...Task: <name> is up to date even if run: when_changed.

Task and tracking dir modtime
tools/cmd/main.go
and want to make a task that will track it by pattern.
I know that this pattern will track any file in dir recursively.
```yaml
check:...Run command for each source found by pattern without find.
Requires vars and CLI_ARGS cohabitation ?
Run watch first time
How can I create an internal task which will generate env variables for the main task?
``` gen-env: env: SERVER_PORT:...
[Question] Best practice around "remote" taskfiles
How to define global variables for all taskfiles
How to reuse code in taskfile?
vars
, but the problem is that I would like to keep the calls short and sweet, and using var
changes the height of each method from 1 line to 4 😮 Is there some other, more concise method?Defining flags/arguments for a task?
taskfile.yml
(instead of having a combination of bash scripts, package.json
aliases, random standalone executables, etc)
Is there any plans to implement this, or any ways to get it somehow?...How to check if ARGS count is not 0
dotenv inside included Taskfile
Problems with include files

task for dummies?
Convert string variable to integer
Watching golang source w net/http server