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