Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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
Re-export
import { CliffyCommand } from "https://deno.land/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.