mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-11 02:11:44 +08:00
Add missing --no-window shell completion
This commit is contained in:
parent
064635e1af
commit
a007c038ca
@ -65,6 +65,7 @@ _scrcpy() {
|
||||
--no-vd-system-decorations
|
||||
--no-video
|
||||
--no-video-playback
|
||||
--no-window
|
||||
--orientation=
|
||||
--otg
|
||||
-p --port=
|
||||
|
||||
@ -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]'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user