jj/cli
Yuya Nishihara e6f49552d0 ui: remove write*() and flush() methods
This will force us to think about the output stream to print to. Typically
we'll use stdout_formatter() for data, and stderr() for the other messages.
2023-10-11 19:24:01 +09:00
..
examples cli: send status messages to stderr, specify stdout/stderr explicitly 2023-10-11 19:24:01 +09:00
src ui: remove write*() and flush() methods 2023-10-11 19:24:01 +09:00
testing
tests cli: send status messages to stderr, specify stdout/stderr explicitly 2023-10-11 19:24:01 +09:00
build.rs
Cargo.toml
LICENSE