method Command.prototype.hasEnvVarRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.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