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

x/cmd/mod.ts>Command#help

Commander.js (command-line interfaces) for Deno.
Latest
method Command.prototype.help
import { Command } from "https://deno.land/x/cmd@v1.2.0/mod.ts";

Output help information and exit.

Parameters

optional
cb: (str: string) => string