ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara c333481496 cli: add more CommandError factory functions, consolidate inner type
I'm going to reorganize CommandError as (kind, err, hints) tuple so that we
can add_hint() to the constructed error object.

Some config error messages are slightly adjusted because the inner error is
now printed in separate line.
2024-03-24 10:45:52 +09:00
..
examples
src cli: add more CommandError factory functions, consolidate inner type 2024-03-24 10:45:52 +09:00
testing
tests cli: add more CommandError factory functions, consolidate inner type 2024-03-24 10:45:52 +09:00
build.rs
Cargo.toml
LICENSE