method Command.prototype.actionRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts"; action(fn: ActionHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>): thisSet command callback method. Parametersfn: ActionHandler<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>Command action handler. Returnsthis