Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dax/src/command.ts>CommandBuilder#stdin

Cross platform shell tools for Deno inspired by zx.
Extremely Popular
Go to Latest
method CommandBuilder.prototype.stdin
import { CommandBuilder } from "https://deno.land/x/dax@0.36.0/src/command.ts";

Sets the stdin to use for the command.

Parameters

reader: ShellPipeReader | Uint8Array | ReadableStream<Uint8Array>