From 0c6b609c261cb6f586668626d860dc6754725794 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 7 Jun 2024 21:58:46 +0800 Subject: refactor: demo_tool.* inspect LLM_* env vars (#33) --- tools/demo_tool.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/demo_tool.sh') diff --git a/tools/demo_tool.sh b/tools/demo_tool.sh index 0d24c75..da35e8f 100755 --- a/tools/demo_tool.sh +++ b/tools/demo_tool.sh @@ -9,7 +9,8 @@ # @option --array-optional* Define a optional string array property main() { - ( set -o posix ; set ) | grep ^argc_ # inspect all argc variables + ( set -o posix ; set ) | grep ^argc_ + printenv | grep '^LLM_' } eval "$(argc --argc-eval "$0" "$@")" \ No newline at end of file -- cgit v1.2.3