Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/args/index.ts>flagErrors.FlagError

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
class flagErrors.FlagError
implements ParseError
Abstract
import { flagErrors } from "https://deno.land/x/args@2.1.0/index.ts";
const { FlagError } = flagErrors;

Base class of all FlagError

Methods

abstract
toString(): string