Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/mod.ts>ExecOpts

A simple but powerful TypeScript-based dot-file manager.
Latest
interface ExecOpts
import { type ExecOpts } from "https://deno.land/x/powar@1.0.4/mod.ts";

Options for the exec function.

Properties

optional
stdin: string | io.Buffer

The standard input to pass to the command.

optional
cwd: string

The current working directory to run the command in.

By default it is the directory path given to the current module, or rootPath if this is in the global configuration.