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