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