Skip to main content
Module

x/alfredo/deps.ts>Command#help

Your Alfred workflows on steroids with Deno
Latest
method Command.prototype.help
Re-export
import { Command } from "https://deno.land/x/alfredo@0.4.3/deps.ts";

Set command help.

Parameters

help: string | IHelpHandler<Partial<CO>, Partial<CA>, CG, CPG> | HelpOptions

Help string, method, or config for generator that returns the help string.