Hi, The `deno task` shell is great because it allows to run several commands in a cross-platform way. Could you also make it available under a JavaScript API? Something like: ```js await Deno.shell("mkdir -p myfolder") // similar to deno task --eval 'mkdir -p myfolder' ``` It would be tremendously useful, avoiding the need of libraries like: - https://www.npmjs.com/package/shx - https://bun.sh/docs/runtime/shell At least for the use cases covered by `deno task`. What do you think?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by felipecrs and has received 3 comments.