-
Notifications
You must be signed in to change notification settings - Fork 31
Add output helpers? #11
Comments
https://docs.rs/termstyle/0.1.1/termstyle/
|
Quoting @polarathene from #22:
|
You should also consider supporting coloured output, which is a thing with CLI apps. Perhaps using something like: https://docs.rs/console/0.6.1/console/ |
console makes sense to use when we are also using indicatif, as it is one of its dependencies anyway. Not sure if it supports Windows (or if we should care about that right now) |
There are a LOT of different crates here and the ecosystem has far from stabilized IMO. I think it would be a mistake to include a specific library in Some possible libraries:
I think this is a field where we actually need a conglomeration crate that combines other crates into a unified, testable API. That is what I hope |
What is a typical thing in a CLI app where you need to output stuff? What can we add to quicli that would make outputting information/data to the terminal really convenient?
E.g. https://docs.rs/indicatif and https://docs.rs/prettytable-rs
The text was updated successfully, but these errors were encountered: