Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#description

Opine's application generator
Latest
method Command.prototype.description
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts";

Set the long command description.

Parameters

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

The command description.