Skip to main content
Module

x/cliffy/command/command.ts>Command#help

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.help
import { Command } from "https://deno.land/x/cliffy@v0.24.2/command/command.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.