Skip to main content
Latest
method cli.Command.prototype.description
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

Set the long command description.

Parameters

description: IDescription<CO, CA, CG, PG, P>

The command description.