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

x/proc/tools/deps/cliffy.ts>HelpCommand

A better way to work with processes in Deno.
Go to Latest
class HelpCommand
extends Command<void, void, void, [CommandType]>
import { HelpCommand } from "https://deno.land/x/proc@0.20.33/tools/deps/cliffy.ts";

Generates well formatted and colored help output for specified command.

Constructors

new
HelpCommand(cmd?: Command)