jj/cli
Tom Ward 933150d819 cli: allow colors in form #rrggbb
Changes the formatter to accept not only existing color names (such as "red" or
"green") but also those in the form #rrggbb, where rr, gg, and bb are two-digit
hexadecimal numbers. This allows much finer control over colors used.
2024-03-18 08:03:31 +00:00
..
examples
src cli: allow colors in form #rrggbb 2024-03-18 08:03:31 +00:00
testing revset: substitute '~(::x)' to 'x..' 2024-03-17 14:50:48 +09:00
tests git-push: warn unmatched revision set per "-rREVISIONS" argument 2024-03-18 09:32:43 +09:00
build.rs
Cargo.toml
LICENSE