refactor: demo_tool.* inspect LLM_* env vars (#33)

This commit is contained in:
sigoden
2024-06-07 21:58:46 +08:00
committed by GitHub
parent 63df67acea
commit 0c6b609c26
5 changed files with 56 additions and 20 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ EOF
cat <<-'EOF' >> "$output"
main() {
( set -o posix ; set ) | grep ^argc_ # inspect all argc variables
( set -o posix ; set ) | grep ^argc_
}
eval "$(argc --argc-eval "$0" "$@")"