method Command.prototype.removeOptionRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts"; removeOption(name: string): Option | undefinedRemove option by name. Parametersname: stringName of the option. Must be in param-case. ReturnsOption | undefined