Skip to main content
Module

x/create_react_app/deps.ts>cli.HelpCommand

Create React App with Deno
Latest
class cli.HelpCommand
extends Command<void, [string]>
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { HelpCommand } = cli;

Generates well formatted and colored help output for specified command.

Constructors

new
HelpCommand(cmd?: Command)