jj/cli
Yuya Nishihara a278059c64 cli: preserve source object of internal error
I'm going to rewrite the error output to print source chain one by one.

The "{message}: {err}" pattern is wrapped in an error struct. InternalError
variant could be a { message, source } pair, but not all errors need an
additional message. This will also apply to UserError.
2024-02-01 16:59:44 +09:00
..
examples
src cli: preserve source object of internal error 2024-02-01 16:59:44 +09:00
testing
tests cli: map bare io::Error to user error 2024-02-01 16:59:44 +09:00
build.rs
Cargo.toml cli: new jj util markdown-help outputs jj help for all commands 2024-01-30 14:58:32 -08:00
LICENSE