Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/omdb/deps.ts>Command#help

Access OMDb's API with Deno.
Go to Latest
method Command.prototype.help
Re-export
import { Command } from "https://deno.land/x/omdb@v3.0.1/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.