method Command.prototype.helpRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts"; help(help: string | HelpHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals> | HelpOptions): thisSet command help. Parametershelp: string | HelpHandler<Partial<TCommandOptions>, Partial<TCommandArguments>, TCommandGlobals, TParentCommandGlobals> | HelpOptionsHelp string, method, or config for generator that returns the help string. Returnsthis