Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.17.1/command/command.ts";

Parameters

help: string | ((this: Command<O, A>) => string) | HelpOptions