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