Skip to main content
Module

x/nessie/deps.ts>CliffyCommand#allowEmpty

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method CliffyCommand.prototype.allowEmpty
Re-export
import { CliffyCommand } from "https://deno.land/x/nessie@2.0.7/deps.ts";

Don't throw an error if the command was called without arguments.

Type Parameters

optional
T extends boolean | undefined = undefined

Parameters

optional
allowEmpty: T

Enable/disable allow empty.

Returns

false extends T ? this : Command<Partial<CPG>, CPT, Partial<CO>, CA, CG, CT, CGT, CP>