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