Skip to content

Commit

Permalink
refactor: adding version printing for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Jun 27, 2021
1 parent 118a70a commit ab50153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const ERROR_EXIT_CODE: i32 = 1;

fn main() {
pretty_env_logger::init();
trace!("Version {}.", env!("CARGO_PKG_VERSION"));
let arguments = cli::Arguments::from_args();
trace!("The command line arguments provided are {:?}.", arguments);

Expand Down

0 comments on commit ab50153

Please sign in to comment.