Skip to main content
Module

x/args/index.ts>flagErrors.ConflictFlags

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

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

Constructors

new
ConflictFlags(names: readonly string[])