method Command.prototype.hasOptionsimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; hasOptions(hidden?: boolean): booleanChecks whether the command has options or not. Parametersoptionalhidden: booleanInclude hidden options. Returnsboolean