mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-09 17:49:03 +00:00
Remove useless flag in zsh completion script
The -N flag is only useful after a pattern section (-p) to switch back to listing command names. Refs <https://zsh.sourceforge.io/Doc/Release/Completion-System.html>
This commit is contained in:
parent
38f779d9d3
commit
70bfa2cf39
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#compdef -N scrcpy -N scrcpy.exe
|
||||
#compdef scrcpy scrcpy.exe
|
||||
#
|
||||
# name: scrcpy
|
||||
# auth: hltdev [hltdev8642@gmail.com]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue