No Command Line Option to Disable "Press any key to continue..." #1875
Closed
Description
- [Yes ] I have checked that a similar feature request does not already exist.
Is your feature request related to a problem? Please describe.
Want to automate it's use, this prevents that (retry)
Describe the solution you'd like
A command line to make the pause optional
Describe alternatives you've considered
Not practical in a batch file.
Additional context
This is an example of where I don't want the pause:
adb: error: failed to get feature set: no devices/emulators found
ERROR: "adb push" returned with value 1
Press any key to continue...
Of course, not all keys will make it continue, I can put up with that as Windows has the same bug.