Works with
•JSR Score82%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Deprecated
(will be removed in 1.0.0) Import from https://deno.land/std/cli/parse_args.ts instead.
Command line arguments parser based on minimist.
This module is browser compatible.
Examples
Example 1
Example 1
import { parse } from "@std/flags"; console.dir(parse(Deno.args));
Add Package
deno add jsr:@std/flags
Import symbol
import * as flags from "@std/flags";
Import directly with a jsr specifier
import * as flags from "jsr:@std/flags";