Add CLI builtins: args, env, http_post, http_get, str ops, json_get, cwd; fix block tail expr and wildcard match codegen; add run-file command

This commit is contained in:
Will Anderson
2026-04-27 19:41:33 -05:00
parent 0a36a454f9
commit 46d5650e45
5 changed files with 793 additions and 57 deletions
+1
View File
@@ -42,3 +42,4 @@ blake3 = "1"
aes-gcm = "0.10"
rand = "0.8"
clap = { version = "4", features = ["derive", "env"] }
reqwest = { version = "0.12", features = ["json", "blocking"] }