Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/args/help.ts>helpLines

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

Parameters

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

Returns

Generator<string, void, unknown>