fix: resolved inputs should be a flag
This commit is contained in:
parent
d8cdeaf925
commit
da73995124
|
@ -24,6 +24,7 @@ pub enum TxCommand {
|
|||
input: PathBuf,
|
||||
#[clap(short, long)]
|
||||
cbor: bool,
|
||||
#[clap(short, long)]
|
||||
resolved_inputs: PathBuf,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue