Skip to main content
Module

x/run_simple/mod.ts

Simple run function to execute shell commands in Deno.
Latest
File
export type { CommandFailure, RunOptions, SimpleValue } from "./src/run.ts";export { jsonArrayRun, jsonlRun, jsonRun, run } from "./src/run.ts";