Fix --screen-off-timeout bash completion

Only the option must be auto-completed, not its value.
This commit is contained in:
Romain Vimont 2025-04-14 18:05:08 +02:00
commit d2447b5c19

View file

@ -205,6 +205,7 @@ _scrcpy() {
|-p|--port \ |-p|--port \
|--push-target \ |--push-target \
|--rotation \ |--rotation \
|--screen-off-timeout \
|--tunnel-host \ |--tunnel-host \
|--tunnel-port \ |--tunnel-port \
|--v4l2-buffer \ |--v4l2-buffer \