remove sideload and recovery options

since scrcpy don't work in sideload and recovery options, I've removed them.
This commit is contained in:
Anima C13 2022-10-07 11:53:05 -03:00 committed by GitHub
parent c8407abdf6
commit da4c75c1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ _scrcpy() {
;;
-s|--serial)
# Use 'adb devices' to list serial numbers.
COMPREPLY=($(compgen -W "$(adb devices | awk '/(device|recovery|sideload)$/{print $1}')" -- ${cur} ) )
COMPREPLY=($(compgen -W "$(adb devices | awk '/device$/{print $1}')" -- ${cur} ) )
return
;;
-b|--bitrate \