Skip to main content
Module

x/dax/src/command_handler.ts>CommandHandler

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

Handler for executing a command.

definition: (context: CommandContext) => Promise<ExecuteResult> | ExecuteResult