method Command.prototype.getBaseOptionimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.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