method cliffy.Command.prototype.getOptionRe-exportimport { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts"; const { Command } = cliffy; 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