summaryrefslogtreecommitdiffstats
path: root/src/error.rs
AgeCommit message (Collapse)Author
2019-08-06make usercache persistentJiayi Zhao
2019-06-30add bulk_rename commandJiayi Zhao
2019-06-29rework error systemJiayi Zhao
- JoshutoErrorKind now envelops all possible errors by Joshuto - JoshutoError behaves like std::io::Error - add JoshutoResult
2019-05-25add more error variants for nowJiayi Zhao
2019-04-28from_args has been changed from option to resultJiayi Zhao
- attempt to fix progress bars
2019-04-14rework error handling systemJiayi Zhao
rather than letting each command separately handle errors, we return a Result<(), JoshutoError> instead and allow for run.rs to handle all errors