mirror of
https://github.com/132nd-vWing/tacview-splitter.git
synced 2026-08-26 06:38:36 +02:00
print program name and version on start
This commit is contained in:
@@ -7,6 +7,11 @@ mod writer;
|
||||
use anyhow::Result;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
println!(
|
||||
"{}, version {}",
|
||||
env!("CARGO_PKG_NAME"),
|
||||
env!("CARGO_PKG_VERSION")
|
||||
);
|
||||
let (input_filename, is_zip) = reader::find_input_file()?;
|
||||
println!("Processing {}", input_filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user