Skip to main content
Module

x/args/command-types.ts>Describe

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
variable Describe
import { Describe } from "https://deno.land/x/args@2.1.1/command-types.ts";

Assign description to a command parser during construction chain

type

<Target extends Command<any, any>>(target: Target, description: string) => Target