fix: resolved inputs should be a flag

This commit is contained in:
rvcas 2022-09-04 13:53:38 -04:00
parent d8cdeaf925
commit da73995124
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ pub enum TxCommand {
input: PathBuf,
#[clap(short, long)]
cbor: bool,
#[clap(short, long)]
resolved_inputs: PathBuf,
},
}