Module

x/nessie/deps.ts>CliffyCommand#help

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method CliffyCommand.prototype.help
import { CliffyCommand } from "https://dotland.deno.dev/x/nessie@2.0.9/deps.ts";

Set command help.

Parameters

help: string | IHelpHandler<Partial<CO>, Partial<CA>, CG, CPG> | HelpOptions

Help string, method, or config for generator that returns the help string.