aboutsummaryrefslogtreecommitdiffstats
path: root/tools/demo_tool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/demo_tool.sh')
-rwxr-xr-xtools/demo_tool.sh3
1 files changed, 2 insertions, 1 deletions
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