method Command.prototype.getEnvVarRe-exportimport { Command } from "https://deno.land/x/cliffy@v0.14.2/mod.ts"; getEnvVar(name: string, hidden?: boolean): IEnvVar | undefinedGet environment variable with given name. Parametersname: stringName of the environment variable. optionalhidden: booleanInclude hidden environment variable. ReturnsIEnvVar | undefined