Skip to main content
Module

x/args/flag-errors.ts>ConflictFlags

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
class ConflictFlags
extends FlagError
import { ConflictFlags } from "https://deno.land/x/args@2.1.1/flag-errors.ts";

FlagError class for when two or more aliases of the same option being specified

Constructors

new
ConflictFlags(names: readonly string[])