Skip to main content
Module

x/args/index.ts>types.ArgvItem.MultiFlag

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

Multiple flag variant of ArgvItem

Properties

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