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.flagErrors.MissingValue

Sync posts from Mastodon into FeoBlog
Go to Latest
class args.flagErrors.MissingValue
extends FlagError
import { args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { MissingValue } = args.flagErrors;

FlagError class for when an option flag being specified without a value

Constructors

new
MissingValue(name: string | readonly string[])