## Description Referenced in [this comment](https://github.com/lndk-org/lndk/pull/199#discussion_r2022729665), we could use clap's errors instead of logging and then exiting. ## Steps to Complete 1. Define more idiomatic way of returning errors using clap's api 2. Change all exitisting `exit()` in `cli.rs`
Description
Referenced in this comment, we could use clap's errors instead of logging and then exiting.
Steps to Complete
exit()incli.rs