You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a flag to all pop-cli commands that expect user confirmation, allowing users to bypass the confirmation prompt. This will enable smoother automation and faster command execution.
Example from cargo-contracts repository:
/// Before submitting a transaction, do not ask the user for confirmation.#[clap(short('y'), long)]
skip_confirm:bool,
Add a flag to all
pop-cli
commands that expect user confirmation, allowing users to bypass the confirmation prompt. This will enable smoother automation and faster command execution.Example from cargo-contracts repository:
Suggested in this comment: #206 (comment)
The text was updated successfully, but these errors were encountered: