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