listEnv

abstract suspend fun listEnv(type: EnvType): List<String>(source)

列出指定类型的环境变量。

Return

环境变量的 key 列表,不包含值。