mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
894219dd77
This will be used to label "Error: " heading and content differently. I want to see an error message in the default (white) color because it's easier to read, but I still want to highlight the "Error: " heading. We can achieve that without introducing new wrapper, but the resulting code would look something like "writeln!(ui.error("Error: ")?, ..)?", and it would get messier if the caller had to suppress io::Error. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |