method Command.prototype.getEnvVarsimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; getEnvVars(hidden?: boolean): IEnvVar[]Get environment variables. Parametersoptionalhidden: booleanInclude hidden environment variable. ReturnsIEnvVar[]