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