Skip to main content
Module

x/args/value-errors.ts

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
import * as args from "https://deno.land/x/args@2.0.10/value-errors.ts";

Classes

ValueError class for when raw input not matching any expected choice

ValueError class for when non-integer raw input being place in where an integer is expected

ValueError class for when non-number raw input being place in where a number is expected

c
ValueError
abstract

Base class of all ValueError