import { type Shell } from "https://deno.land/x/cicada@v0.1.50/mod.ts";
The shell to use for running a command. This can be a string or a shell options object.
definition: "bash" | "sh" | ShellOptions
import { type Shell } from "https://deno.land/x/cicada@v0.1.50/mod.ts";
The shell to use for running a command. This can be a string or a shell options object.