import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/command.ts";
Set command help.
Parameters
help: string | IHelpHandler<Partial<CO>, Partial<CA>, CG, PG> | HelpOptions
Help string or method that returns the help string.
x/cliffy/command/command.ts>Command#help
import { Command } from "https://deno.land/x/cliffy@v0.19.0/command/command.ts";
Set command help.
Help string or method that returns the help string.