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
import { type commands } from "https://deno.land/x/args@2.1.1/index.ts";
const { Failure } = commands.CommandReturn;
Interface of parsing failure
Type of list of errors