Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/deps.ts>args.commands.ParseFailure

Sync posts from Mastodon into FeoBlog
Go to Latest
type alias args.commands.ParseFailure
import { type args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { ParseFailure } = args.commands;

Failure variant of Command::extract

Type Parameters

ErrList extends readonly ParseError[]

Type of list of errors

variable args.commands.ParseFailure
import { args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { ParseFailure } = args.commands;

Create a failure for Command::extract

type

<ErrList extends readonly ParseError[]>(error: ErrList) => ParseFailure<ErrList>