Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/args/types.ts>ArgvItem.MultiFlag

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface ArgvItem.MultiFlag
implements Base
import { type ArgvItem } from "https://deno.land/x/args@2.1.1/types.ts";
const { MultiFlag } = ArgvItem;

Multiple flag variant of ArgvItem

Properties

readonly
type: "multi-flag"
readonly
name: readonly string[]