import { type CommandContext } from "https://dotland.deno.dev/x/dax@0.39.2/src/command_handler.ts";
Context of the currently executing command.
Methods
getter
stdin(): CommandPipeReadergetter
stdout(): CommandPipeWritergetter
stderr(): CommandPipeWritergetter
signal(): KillSignalerror(message: string): Promise<ExecuteResult> | ExecuteResult
error(code: number, message: string): Promise<ExecuteResult> | ExecuteResult