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