rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

Implement interpreter support for `deno_task_shell`

Open wolfv opened this issue 1 year ago • 2 comments

We would like to support deno_task_shell as interpreter for the scripts (as an alternative to bash and cmd.exe).

The big benefit is that it would work well on all platforms incl. Windows.

The downside is that it doesn't support some more complex features such as proper if/else.

wolfv avatar Feb 27 '24 06:02 wolfv

the lake of if/else may be not a big issue since it's possible to use if/else in script.content.*.if/else

trim21 avatar May 12 '25 17:05 trim21

Yep, I recently had the same thought!

wolfv avatar May 12 '25 17:05 wolfv