scrcpy/app
Romain Vimont 04e5537f8c Pass server parameters as key=value pairs
The options values to configure the server were identified by their
command-line argument index. Now that there are a lot of arguments, many
of them being booleans, it became unreadable and error-prone.

Identify the arguments by a key string instead, and make them optional.

This will also simplify running the server manually for debugging.
2021-11-24 21:23:20 +01:00
..
src Pass server parameters as key=value pairs 2021-11-24 21:23:20 +01:00
tests Add device clipboard set acknowledgement 2021-11-23 21:15:05 +01:00
meson.build Add (v)asprintf compatibility functions 2021-11-24 19:55:00 +01:00
scrcpy.1 Add option to disable clipboard autosync 2021-11-24 09:44:39 +01:00