change default output path

This commit is contained in:
mos 2024-07-27 16:40:30 +02:00
parent 73f2efa476
commit 3c55dc8d45
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use clap::Parser;
#[derive(Parser)] #[derive(Parser)]
struct Args { struct Args {
/// Path for converted output /// Path for converted output
#[arg(short, long, default_value = "out")] #[arg(short, long, default_value = "out.bp")]
outfile: String, outfile: String,
/// Path to bip file /// Path to bip file