Skip to main content
Module

x/args/help.ts>helpLines

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

Parameters

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

Returns

Generator<string, void, unknown>