summaryrefslogtreecommitdiff
path: root/cli/progress.rs
AgeCommit message (Collapse)Author
2020-01-02Happy new year! (#3578)Ry Dahl
2019-06-25Port code from Cargo and use for progressRyan Dahl
A lot of its functionality is unused still, but the goal it to slowly migrate logging functionality to it. There is also a useful progress bar which can be ported over later - it depends on this module. https://github.com/rust-lang/cargo/blob/4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816/src/cargo/util/progress.rs
2019-05-11Add progress bar (#2309)Ryan Dahl