method BaseCommand.prototype.removeOptionRe-exportimport { BaseCommand } from "https://deno.land/x/cliffy@v0.6.0/mod.ts"; removeOption(name: string): IOption | undefinedRemove option by name. Parametersname: stringName of the option. Must be in param-case. ReturnsIOption | undefined