Add --list-displays

Add an option to list the device displays properly.
This commit is contained in:
Romain Vimont
2023-02-23 23:10:15 +01:00
parent 2596ca02f0
commit b65301f672
14 changed files with 69 additions and 28 deletions

View File

@@ -73,4 +73,5 @@ const struct scrcpy_options scrcpy_options_default = {
.power_on = true,
.audio = true,
.list_encoders = false,
.list_displays = false,
};