method Command.prototype.getOptionRe-exportimport { Command } from "https://deno.land/x/cliffy@v0.19.0/command/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