Skip to main content
method Command.prototype.outputHelp
import { Command } from "https://deno.land/x/license@1.0.3/deps/cmd.ts";

Output help information for this command.

When listener(s) are available for the helpLongFlag those callbacks are invoked.

Parameters

optional
cb: (str: string) => string