Print CLI errors as one line instead of a stack trace #121

Merged
clawbot merged 1 commits from issue-102-cli-errors into next2 2026-09-23 07:33:26 +02:00
1 Commits
Author SHA1 Message Date
sneak 7ded36d680 Print CLI errors as one line instead of a stack trace (closes #102)
check / check (push) Successful in 1m27s
An error a command throws now reaches the user as one `quak: MESSAGE`
line on stderr, and the CLI exits 1 once output has drained. The wrapper
moved from bin/quak.ts to src/cli-run.ts so it can be tested, and
bin/quak.ts awaits program.parseAsync() so async actions are awaited.

Model: opus-5-5
2026-09-23 05:26:05 +00:00