From 56712169d4f6319e34b8180ab12e36129fad1e08 Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Tue, 3 Dec 2024 14:29:55 +0900 Subject: [PATCH] README: wrote `(getenv)` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5099b42..30e4749 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Parameters enclosed in curly braces {...} are optional and can be omitted. - After SEC seconds have elapsed, COMMANDS-FOR-TIMEOUT will be executed - `(spawn "COMMANDNAME" "ARG-1" ...)` - Start the executable file +- `(getenv "NAME")` + - Get the value of the environment variable NAME - `args` - The list of command line arguments - `$PROGRAM_NAME`