Skip to main content
Module

x/create_react_app/deps.ts>cli.IHelpHandler

Create React App with Deno
Latest
type alias cli.IHelpHandler
Re-export
import { type cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { IHelpHandler } = cli;

Help callback method to print the help. Invoked by the --help option and help command and the .getHelp() and .showHelp() method's.

Type Parameters

optional
O extends Record<string, any> | void = any
optional
A extends Array<unknown> = any
optional
G extends Record<string, any> | void = any
optional
PG extends Record<string, any> | void = any
optional
P extends Command | undefined = any
optional
C extends Command<O, A, G, PG, P> = Command<O, A, G, PG, P>
definition: (this: C, cmd: C) => string