import { type ShellOptions } from "https://deno.land/x/cicada@v0.1.49/lib.ts";
The options to configure a shell
Examples
Example 1
Example 1
const shell: ShellOptions = {
args: ["/bin/bash", "-c"]
}
import { type ShellOptions } from "https://deno.land/x/cicada@v0.1.49/lib.ts";
The options to configure a shell
Example 1
const shell: ShellOptions = {
args: ["/bin/bash", "-c"]
}