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

x/args/index.ts>commands.CommandReturn.Failure

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface commands.CommandReturn.Failure
implements FailureBase<ErrList>
import { type commands } from "https://deno.land/x/args@2.1.1/index.ts";
const { Failure } = commands.CommandReturn;

Interface of parsing failure

Type Parameters

ErrList extends readonly ParseError[]

Type of list of errors