method Command.prototype.helpRe-exportimport { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts"; help(help: string | IHelpHandler<Partial<CO>, Partial<CA>, CG, PG> | HelpOptions): thisSet command help. Parametershelp: string | IHelpHandler<Partial<CO>, Partial<CA>, CG, PG> | HelpOptionsHelp string, method, or config for generator that returns the help string. Returnsthis