-
- Task version: v3.12.0 (h1:viFy8kdDZ2iTcpTuxzzJCeKtTGt9U+5iXMVIpLjvIro=)
- Operating System: Linux 5.10.16.3-microsoft-standard-WSL2
### Example Taskfile showing the issue
I want to programmat…
-
Hi, thanks for great plugin! 🚀
Found issue. Inside IDE, you cannot run `interactive` tasks like `sudo`.
From plain console all works fine as expected.
Steps for reproduce:
- Create run confi…
-
- Task version: v3.10.0 (h1:vOAyD9Etsz9ibedBGf1Mu0DpD6V0T1u3VG6Nwh89lDY=)
- Operating System: macOS Monterey 12.1
Taskfile.yml:
```yaml
version: '3'
vars:
ACCOUNT: test
dotenv: [ ".env.…
mkyc updated
4 months ago
-
> Please describe the bug you're facing. Consider pasting example
Task is not getting re-executed after addition/deletion of files when used with `--watch` argument.
Below is the sample taskfile …
-
would like to try this out and help extend it.
a darwin version of the task file might be useful, although not needed i assume.
task -l
stat /Users/apple/workspace/go/src/github.com/joeblew99/d…
-
I am using the following Taskfile, but there are several tasks that refer to partially overlapping sources, and I felt it would be useful to be able to specify multiple sources at once.
https://git…
-
Set value of the task to the var:
``` yaml
task-B:
vars:
ARG1:
ARG2:
task-A:
vars:
VAR-A:
- task-B:
vars: {ARG1: "first", ARG2: "second"}
`…
-
-
### Your feature request related to a problem? Please describe.
As a team grows, it's difficult to ensure that we're all running the same version of `golangci-lint`. This causes inconsistent lintin…
-
`task --list-all` is computing something even though it seems like it shouldn't to show the list of tasks.
It's an problem because autocompletion relies on `--list-all` so right now it's not usable…