Commit cc87e02

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