Skip to main content
Module

x/args/help.ts>help

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

type

(command: Command<any, any>, cmdPath: readonly string[]) => string