Andrey Nering
Andrey Nering
The `args` and `taskfile` packages were now moved from the `internal` dir to the root of the repo. This will allow people to run Taskfiles programatically. Consider this to be...
Hi @chinglinwen, Sorry for the confusion, but this was just released on v3.0.1, which wasn't available when you tried. That should work now.
Hi @jooola, Can you explain more why you think this'd be useful? Perhaps an example...
As @smyrman said, multi-line strings should solve this use case. The downside is that you have to concat the setup stage in each needed command. Maybe we could add a...
@stephencheng Interesting idea, worth studying the possibility. Thanks for sharing.
@ProfessorManhattan Interesting idea, but no, we do not support that.
Idea: just like the `setup:` proposal above, having a `cleanup:` setting (needs to think if it's the best name) to run _after_ each task could make sense as well.
Hi @ssbarnea, thanks for opening an issue for this! I'd love to get some help with this. Regarding task status, we already have a `--status` flag that can be used...
Previous discussion: #753
@ssbarnea To be clear: yes, I see this as a very useful feature to support integrations (as code extensions, etc). And I'm also open to have an official VSCode extension...