Skip to main content
Home
This release is 16 versions behind 1.0.25 — the latest version of @std/cli. Jump to latest

@std/cli@1.0.9
Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Bun
This package works with Deno
It is unknown whether this package works with Bun
JSR Score94%
Downloads9,528/wk
Publisheda year ago (1.0.9)

Tools for creating interactive command line tools

type alias PromptSecretOptions

Options for promptSecret.

Properties

optional
mask: string

A character to print instead of the user's input.

optional
clear: boolean

Clear the current line after the user's input.

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:@std/cli

Import symbol

import { type PromptSecretOptions } from "@std/cli";
or

Import directly with a jsr specifier

import { type PromptSecretOptions } from "jsr:@std/cli";

Add Package

bunx jsr add @std/cli

Import symbol

import { type PromptSecretOptions } from "@std/cli";