method Command.prototype.helpOptionRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts"; helpOption(enable: false): thisDisable help option. helpOption(flags: string,desc?: string,opts?: OptionOptions<Partial<TCommandOptions>, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand> & { global: true; },): thisSet global help option. helpOption(flags: string,desc?: string,opts?: OptionOptions<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>,): thisSet help option. helpOption(flags: string,desc?: string,opts?: ActionHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>,): thisSet help option. Disable help option. Parametersenable: falseReturnsthisSet global help option. Parametersflags: stringThe flags of the help option. optionaldesc: stringThe description of the help option. optionalopts: OptionOptions<Partial<TCommandOptions>, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand> & { global: true; }Help option options. ReturnsthisSet help option. Parametersflags: stringThe flags of the help option. optionaldesc: stringThe description of the help option. optionalopts: OptionOptions<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>Help option options. ReturnsthisSet help option. Parametersflags: stringThe flags of the help option. optionaldesc: stringThe description of the help option. optionalopts: ActionHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>The action of the help option. Returnsthis