radicle-heartwood-lfs/radicle-tools/src
Alexis Sellier 0a93fa833e
cli: Simplify & improve CLI output
Improvements to the CLI output as well as converging towards
`termion` as a backend.

The crates we were using for prompting and spinners were based on
a terminal backend called `console`, which is not really used
anywhere else. There were also limitations in terms of the output
of these crates.

Therefore, we switched to the `inquire` crate for prompting, using
the `termion` backend, which is very standard.

Additionally, we simplify the terminal output to use symbols:

! for Warning
✓ for Success
✗ for Error

... Instead of a mix of words and symbols.

We also include a modified version of the `yansi` crate which plays
well with our table formatting functions by automatically truncating
and padding output in a unicode-aware way.
2023-02-27 17:10:52 +01:00
..
rad-agent.rs Zeroize passphrases 2022-11-03 16:52:29 +01:00
rad-auth.rs Speed up node E2E tests 2023-01-17 11:01:36 +01:00
rad-cli-demo.rs cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
rad-init.rs Rust 1.67 2023-02-04 19:30:29 +01:00
rad-push.rs Make `ReadStorage` more usable 2023-02-15 22:08:20 +01:00
rad-self.rs Speed up node E2E tests 2023-01-17 11:01:36 +01:00