Commit 5e4ac68

mo khan <mo@mokhan.ca>
2026-09-06 14:07:01
fix: show help for each sub command
1 parent 67bceef
Changed files (1)
exe/elelem-llama
@@ -5,4 +5,4 @@ require "elelem/cli"
 
 Signal.trap("INT") { exit 1 }
 
-Elelem::CLI.new(["chat", "--provider", "llama", *ARGV]).run
+Elelem::CLI.new(ARGV, provider: "llama").run