Skip to main content
Module

x/task_runner_v2/src/interfaces.ts>Command

Version 2 of deno-task-runner to fix issues
Latest
interface Command
import { type Command } from "https://deno.land/x/task_runner_v2@v1.0.3/src/interfaces.ts";

Methods

resolveRef(tasks: Tasks, context: ResolveContext): Command
run(args: string[], context: RunContext): Promise<void>