## Is your feature request related to a problem? - [x] No ### **Problem Description**: This issue aims to improve the general CLI code quality; everyone can refer to this issue to commit: - error handling improvements - cli errors output updates - cli code cleanup ### **Solution**: TODO: - [x] create an error.rs module - [x] update the documentation - [x] avoid .unwrap() pattern - [x] avoid repeated code
Is your feature request related to a problem?
No
Problem Description:
This issue aims to improve the general CLI code quality; everyone can refer to this issue to commit:
Solution:
TODO:
create an error.rs module
update the documentation
avoid .unwrap() pattern
avoid repeated code