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

Add global "-f, --force" option which will force to accept any confirmation prompts #152

Closed
ivankravets opened this issue Apr 2, 2015 · 0 comments
Assignees
Milestone

Comments

@ivankravets
Copy link
Member

As we propose users to use PlatformIO for Continuos Integration (#108) and IDE Integration (#151) we should allow to avoid PlatformIO blocks command execution using user prompt.

I propose to add global -f, --force option for the all PlatformIO commands which will force to accept any confirmation prompts. For example,

$ platformio --quiet CMD ARGS
$ platformio -q install PLATFORM 
$ platformio -q run 
@ivankravets ivankravets self-assigned this Apr 2, 2015
@ivankravets ivankravets added this to the 1.4.0 milestone Apr 2, 2015
@ivankravets ivankravets modified the milestones: 2.0.0, 1.4.0 Apr 6, 2015
@ivankravets ivankravets changed the title Add global "-q/--quiet" option which will suppress user prompts Add global -f/--force option which will accept any confirmation prompts Apr 6, 2015
@ivankravets ivankravets changed the title Add global -f/--force option which will accept any confirmation prompts Add global "-f/--force" option which will accept any confirmation prompts Apr 6, 2015
@ivankravets ivankravets mentioned this issue Apr 6, 2015
11 tasks
@ivankravets ivankravets changed the title Add global "-f/--force" option which will accept any confirmation prompts Add global "-f, --force" option which will accept any confirmation prompts Apr 6, 2015
@ivankravets ivankravets changed the title Add global "-f, --force" option which will accept any confirmation prompts Add global "-f, --force" option which will force to accept any confirmation prompts Apr 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant