Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve error handling in main function
- Replace unwrap() with some error handling - Print user-friendly error message - Set exit code on failure This change makes the tool more user-friendly by providing error messages instead of panicking.
- Loading branch information