mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-14 09:16:07 -04:00
Add --force flag for cancel and refund
This commit is contained in:
parent
02f8eb7f18
commit
c930ad84a4
8 changed files with 118 additions and 22 deletions
|
@ -96,6 +96,9 @@ pub enum Cancel {
|
|||
|
||||
#[structopt(flatten)]
|
||||
config: Config,
|
||||
|
||||
#[structopt(short, long)]
|
||||
force: bool,
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -114,6 +117,9 @@ pub enum Refund {
|
|||
|
||||
#[structopt(flatten)]
|
||||
config: Config,
|
||||
|
||||
#[structopt(short, long)]
|
||||
force: bool,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue