onyx-tasks/crates/onyx-cli
Claude 8a81f05492
fix(cli): print clean error chain instead of anyhow Debug with backtrace
When RUST_BACKTRACE was set in the environment, every user-facing error
dumped a 20-line Rust backtrace at the user — e.g. running 'onyx list
show' with no workspace gave them a stack trace through anyhow, clap,
and libc start. Replace 'fn main() -> Result' with an explicit error
printer that walks the anyhow cause chain using Display, and exits 1.
Programming-bug panics still surface through the default panic handler.
2026-04-17 16:16:52 +00:00
..
src fix(cli): print clean error chain instead of anyhow Debug with backtrace 2026-04-17 16:16:52 +00:00
Cargo.toml rename onyx-cli crate (formerly bevy-tasks-cli) 2026-03-31 09:47:02 -07:00