method Command.prototype.hasOptionsRe-exportimport { Command } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; hasOptions(hidden?: boolean): booleanChecks whether the command has options or not. Parametersoptionalhidden: booleanInclude hidden options. Returnsboolean