Skip to main content
Module

x/args/index.ts>commands.Describe

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

Assign description to a command parser during construction chain

type

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