go-task / task

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

Doesn't support ~ in --taskfile flag #570

Closed ArtMares closed 2 years ago

ArtMares commented 3 years ago

The utility does not support specifying a file using the ~ sign in the file path

PS C:\Users\ArtMares> task --taskfile ~\go\src\git.visteras.ru\ory\auth\Taskfile.yml kratos:up
task: No Taskfile found on "~\go\src\git.visteras.ru\ory\auth\Taskfile.yml". Use "task --init" to create a new one
PS C:\Users\ArtMares> cd ~
PS C:\Users\ArtMares> cd go
PS C:\Users\ArtMares\go> cd .\src\
PS C:\Users\ArtMares\go\src> cd ~
PS C:\Users\ArtMares>
Eun commented 2 years ago

fixed since https://github.com/go-task/task/releases/tag/v3.8.0.

Please close