Skip to main content
Module

x/dax/src/command_handler.ts>CommandContext

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
interface CommandContext
import { type CommandContext } from "https://deno.land/x/dax@0.34.0/src/command_handler.ts";

Context of the currently executing command.

Methods

getter
args(): string[]
getter
cwd(): string
getter
env(): Record<string, string>
getter
stdin(): CommandPipeReader
getter
stdout(): CommandPipeWriter
getter
stderr(): CommandPipeWriter
getter
signal(): KillSignal