Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/question/mod.ts>ConfigureForUnixPipesOptions

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface ConfigureForUnixPipesOptions
import { type ConfigureForUnixPipesOptions } from "https://deno.land/x/netzo@0.5.70/deps/question/mod.ts";

Properties

input: string

From where the input will be received.

output: string

From where the prompts will output.

mode: "fallback" | "panic"

How to handle the lack of permission to use any of the resources specified by input or output. Default panic.

promptPermissionRequest: boolean

If the program lacks permission for a resource should we prompt for the use of that resource. Default true