Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flag to skip user confirmation #208

Closed
AlexD10S opened this issue Jun 14, 2024 · 0 comments · Fixed by #242
Closed

Flag to skip user confirmation #208

AlexD10S opened this issue Jun 14, 2024 · 0 comments · Fixed by #242
Labels
good first issue Good for newcomers

Comments

@AlexD10S
Copy link
Collaborator

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,

Suggested in this comment: #206 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant