import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { HelpCommand } = cliffy;
Generates well formatted and colored help output for specified command.
Constructors
new
HelpCommand(cmd?: Command)import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { HelpCommand } = cliffy;
Generates well formatted and colored help output for specified command.