Fix --new-display bash completion

The option --new-display accepts an optional argument, but bash must not
try to auto-complete it with unrelated content.
This commit is contained in:
Romain Vimont 2024-11-20 07:45:15 +01:00
parent 36d61f9ecd
commit 28d64ef319

View File

@ -194,6 +194,7 @@ _scrcpy() {
|--display-id \ |--display-id \
|--max-fps \ |--max-fps \
|-m|--max-size \ |-m|--max-size \
|--new-display \
|-p|--port \ |-p|--port \
|--push-target \ |--push-target \
|--rotation \ |--rotation \