Skip to main content
Module

x/args/flag-errors.ts>ValueParsingFailure

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

FlagError class for when an argument fails to convert to a value

Constructors

new
ValueParsingFailure(name: string | readonly string[], error: ValueError)