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