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