jj/cli
Martin von Zweigbergk 46a8afe144 formatter: reset colors on early drop
If we create a `ColorFormatter`, add some labels to it, print
something using the configured style, and then return early because of
an error, we would leave the terminal in a bad state. I think many
shells reset color codes after a command returns, but let's still do
our best.
2023-11-01 21:41:25 -07:00
..
examples backend: make read_conflict synchronous again 2023-10-28 16:45:40 -07:00
src formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
testing
tests cli: add "branch list [NAMES]..." filter 2023-11-01 08:38:55 -07:00
build.rs
Cargo.toml
LICENSE