Deno.CommandDeno.Command or dxdx that can read output from a shell utility.gum input --placeholder=\"Enter your name\"gum input --placeholder=\"Enter your name\" displays a small text input, which I want to read the user input into Deno.Deno.CommandDeno.Command stdout: "inherit"stdout: "inherit", then Deno doesn't have access to the stdout stream (containing the user name), just the file signal.stdout: "piped"stdout: "piped" and piping the streams β but then the terminal hangs and displays nothing.Join the Discord to ask follow-up questions and connect with the community