Skip to main content
Module

x/args/help.ts>help

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

type

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