Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/deps.ts>cliffy.Command#help

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
method cliffy.Command.prototype.help
Re-export
import { cliffy } from "https://deno.land/x/powar@1.0.3/deps.ts";
const { Command } = cliffy;

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.