method Command.prototype.hasEnvVarimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts"; hasEnvVar(name: string, hidden?: boolean): booleanChecks whether the command has an environment variable with given name or not. Parametersname: stringName of the environment variable. optionalhidden: booleanInclude hidden environment variable. Returnsboolean