X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/50f53dc480fda8b3daab7a34454c2dd9f3f5f991..HEAD:/src/main.rs diff --git a/src/main.rs b/src/main.rs index a5c2cf6..535a2dd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -// mod argument_parser; mod configuration; mod command; mod constants; @@ -26,7 +25,7 @@ fn main() -> Result<()> { match result { Ok(_) => Ok(()), Err(e) => { - eprintln!("Error: {}", e); + eprintln!("{}", e); std::process::exit(1); } }