change default output path
This commit is contained in:
parent
73f2efa476
commit
3c55dc8d45
|
@ -3,7 +3,7 @@ use clap::Parser;
|
|||
#[derive(Parser)]
|
||||
struct Args {
|
||||
/// Path for converted output
|
||||
#[arg(short, long, default_value = "out")]
|
||||
#[arg(short, long, default_value = "out.bp")]
|
||||
outfile: String,
|
||||
|
||||
/// Path to bip file
|
||||
|
|
Loading…
Reference in New Issue