Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/lib/sh.ts>ShOptions

The best unofficial library of utilities for Deno applications
Go to Latest
interface ShOptions
import { type ShOptions } from "https://deno.land/x/dtils@1.6.3/lib/sh.ts";

Properties

optional
cwd: string
optional
env: Record<string, string>