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
commit 70bfa2cf39

View file

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