In the past, Deno has taken multiple shots at creating APIs for running child process or run shell commands & optionally collect the output. There is an API called Deno.run. There was another one called Deno.spawn. Recently, Deno has introduced another API called Deno.Command. This is the latest attempt on…