Skip to main content

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

Tools for creating interactive command line tools

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 Score
94%
Published
2 weeks ago (1.0.24)

Add Package

deno add jsr:@std/cli

Import symbol

import { type Args } from "@std/cli/parse-args";
or

Import directly with a jsr specifier

import { type Args } from "jsr:@std/cli/parse-args";

Add Package

bunx jsr add @std/cli

Import symbol

import { type Args } from "@std/cli/parse-args";