From: Brendan Hansen Date: Mon, 1 May 2023 03:35:44 +0000 (-0500) Subject: added: environment variable documentation X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=531aad0d0cbe226cfa12a6174287572dbf0c6f7b;p=onyx.git added: environment variable documentation --- diff --git a/docs/ideas/platform_layer.md b/docs/ideas/platform_layer.md index d52cb029..e1ddb2b2 100644 --- a/docs/ideas/platform_layer.md +++ b/docs/ideas/platform_layer.md @@ -127,3 +127,13 @@ this document will serve as that "header file" - `__process_destroy(handle: ProcessData) -> void` ### Values + + +## Environment Variables + +### Procedures +- `__get_all_env() -> [] Pair(str, str)` +- `__get_env(key: str) -> str` + + +