Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/args/utils.ts>findFlags

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
variable findFlags
import { findFlags } from "https://deno.land/x/args@2.1.1/utils.ts";

Filter a list of classified arguments for flags with certain names

type

(args: readonly ArgvItem[], names: readonly string[]) => unknown