method Command.prototype.getBaseOptionRe-exportimport { Command } from "https://deno.land/x/cliffy@v0.14.0/mod.ts"; getBaseOption(name: string, hidden?: boolean): IOption | undefinedGet base option by name. Parametersname: stringName of the option. Must be in param-case. optionalhidden: booleanInclude hidden options. ReturnsIOption | undefined