Add missing --no-window shell completion

This commit is contained in:
Romain Vimont 2026-04-10 19:32:05 +02:00
parent 064635e1af
commit a007c038ca
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ _scrcpy() {
--no-vd-system-decorations
--no-video
--no-video-playback
--no-window
--orientation=
--otg
-p --port=

View File

@ -71,6 +71,7 @@ arguments=(
'--no-vd-system-decorations[Disable virtual display system decorations flag]'
'--no-video[Disable video forwarding]'
'--no-video-playback[Disable video playback]'
'--no-window[Disable scrcpy window]'
'--orientation=[Set the video orientation]:orientation values:(0 90 180 270 flip0 flip90 flip180 flip270)'
'--otg[Run in OTG mode \(simulating physical keyboard and mouse\)]'
{-p,--port=}'[\[port\[\:port\]\] Set the TCP port \(range\) used by the client to listen]'