Skip to main content
Module

x/astrodon/modules/astrodon-cli/deps.ts>HelpCommand

Create Desktop apps with Deno 🦕
Latest
class HelpCommand
extends Command<void, void, void, [CommandType]>
import { HelpCommand } from "https://deno.land/x/astrodon@0.1.0-alpha.2/modules/astrodon-cli/deps.ts";

Generates well formatted and colored help output for specified command.

Constructors

new
HelpCommand(cmd?: Command)