scrcpy/app
Romain Vimont 1650b7c058 Add --pause-on-exit
Add an option to make scrcpy pause on exit.

Three behaviors are possible:
 - always pause on exit:
    --pause-on-exit
    --pause-on-exit=true
 - never pause on exit:
    (no option)
    --pause-on-exit=false
 - pause when scrcpy returns with an error (a non-zero exit code):
    --pause-on-exit=if-error

This is useful to prevent the terminal window from automatically
closing, so that error messages can be read.

Refs #3817 <https://github.com/Genymobile/scrcpy/pull/3817>
Refs #3822 <https://github.com/Genymobile/scrcpy/pull/3822>
PR #4130 <https://github.com/Genymobile/scrcpy/pull/4130>
2023-10-11 09:43:44 +02:00
..
data Add --pause-on-exit 2023-10-11 09:43:44 +02:00
prebuilt-deps Upgrade platform-tools (34.0.3) for Windows 2023-06-22 00:10:37 +02:00
src Add --pause-on-exit 2023-10-11 09:43:44 +02:00
tests Add separate video and audio playback options 2023-05-27 10:08:10 +02:00
meson.build Add --time-limit 2023-06-10 16:04:51 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.1.1 2023-07-14 18:58:58 +02:00
scrcpy.1 Add --pause-on-exit 2023-10-11 09:43:44 +02:00