Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ShellTask

import type { ShellTask } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

A task which consists of a shell command for the worker to execute.

interface ShellTask {
command?: string;
exitCode?: number;
}

§Properties

§
command?: string
[src]

The shell command to run.

§
exitCode?: number
[src]

Exit code for the task.