2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-22 18:07:24 +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:
Romain Vimont 2025-05-15 19:51:36 +02:00
parent 38f779d9d3
commit 70bfa2cf39

View File

@ -1,4 +1,4 @@
#compdef -N scrcpy -N scrcpy.exe #compdef scrcpy scrcpy.exe
# #
# name: scrcpy # name: scrcpy
# auth: hltdev [hltdev8642@gmail.com] # auth: hltdev [hltdev8642@gmail.com]