Skip to main content
Module

x/deno_books/deps.ts>Command#help

Access OpenLibrary's API with Deno.
Go to Latest
method Command.prototype.help
Re-export
import { Command } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";

Set command help.

Parameters

help: string | HelpHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals> | HelpOptions

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