Skip to main content
Home

Built and signed on GitHub Actions

Process-integrated CLI parser for Node.js, Bun, and Deno

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
2 weeks ago (0.6.2)
interface PrintOptions
extends MessageFormatOptions

Options for the print function.

Properties

readonly
optional
stream: "stdout" | "stderr"

The output stream to write to.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@optique/run

Import symbol

import { type PrintOptions } from "@optique/run";
or

Import directly with a jsr specifier

import { type PrintOptions } from "jsr:@optique/run";

Add Package

pnpm i jsr:@optique/run
or (using pnpm 10.8 or older)
pnpm dlx jsr add @optique/run

Import symbol

import { type PrintOptions } from "@optique/run";

Add Package

yarn add jsr:@optique/run
or (using Yarn 4.8 or older)
yarn dlx jsr add @optique/run

Import symbol

import { type PrintOptions } from "@optique/run";

Add Package

vlt install jsr:@optique/run

Import symbol

import { type PrintOptions } from "@optique/run";

Add Package

npx jsr add @optique/run

Import symbol

import { type PrintOptions } from "@optique/run";

Add Package

bunx jsr add @optique/run

Import symbol

import { type PrintOptions } from "@optique/run";