Skip to main content
Deno 2 is finally 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.21.9/tools/deps/cliffy.ts";

Generates well formatted and colored help output for specified command.

Constructors

new
HelpCommand(cmd?: Command)