Description
Global tasks stop working in this scenario: https://taskfile.dev/usage/#running-a-global-taskfile.
This version doesn't change the USER_WORKING_DIR variable; it always keeps the $HOME directory.
Version
3.42.2
Operating system
MacOS
Experiments Enabled
No response
Example Taskfile
version: "3"
tasks:
pwd:
dir: '{{.USER_WORKING_DIR}}'
cmds:
- pwd
Description
Global tasks stop working in this scenario: https://taskfile.dev/usage/#running-a-global-taskfile.
This version doesn't change the
USER_WORKING_DIRvariable; it always keeps the $HOMEdirectory.Version
3.42.2
Operating system
MacOS
Experiments Enabled
No response
Example Taskfile