aboutsummaryrefslogtreecommitdiff
path: root/src/error
Commit message (Collapse)AuthorAgeFilesLines
* Fix help on smaller terminalIvan Tham2020-11-021-19/+19
| | | | | COLUMNS not working, using term_size crate for a more portable solution.
* Add help commandIvan Tham2020-11-011-0/+42
| | | | Close #41
* Fix clippy lintsIvan Tham2019-08-031-13/+7
|
* add error handling for radix fmtNerdyPepper2019-04-271-1/+3
|
* add copyright notice to all source filesNerdyPepper2019-03-281-0/+4
|
* handler passes errors up the call stackNerdyPepper2019-03-281-5/+5
|
* add error constructsNerdyPepper2019-03-231-0/+29