Skip to content

Commit 890c785

Browse files
committed
feat: add --skip-confirm to display()
1 parent 78e2296 commit 890c785

File tree

1 file changed

+3
-0
lines changed
  • crates/pop-cli/src/commands/call

1 file changed

+3
-0
lines changed

crates/pop-cli/src/commands/call/chain.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,9 @@ impl Call {
604604
if self.sudo {
605605
full_message.push_str(" --sudo");
606606
}
607+
if self.skip_confirm {
608+
full_message.push_str(" --skip-confirm");
609+
}
607610
full_message
608611
}
609612
}

0 commit comments

Comments
 (0)