Hey guys we use Deno.run to launch shell cmd and pipe the result to log.
But Deno.run will be deprecated and I am not able to write a good equivalent with Deno.Command, do you have a suggestion?
Here is my simple Deno.run:
import * as log from "https://deno.land/std@0.204.0/log/mod.ts";