scrcpy/app
Romain Vimont 8697659890 Expose device serial as an optional argument
The device serial was provided as a positional argument:

    scrcpy 0123456789abcdef

Instead, expose it as an optional argument, -s or --serial:

    scrcpy -s 0123456789abcdef

This avoids inconsistency between platforms when the positional
argument is passed before the options (which is undefined).
2018-02-14 18:57:29 +01:00
..
src Expose device serial as an optional argument 2018-02-14 18:57:29 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Require Meson 0.37 2018-02-14 14:03:56 +01:00