This commit is contained in:
xxyzz 2025-06-26 20:07:38 +08:00 committed by GitHub
commit 241fe30c56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 10 deletions

View file

@ -10,7 +10,7 @@ import youtube_dl
from utils import read_file, write_file
ZSH_COMPLETION_FILE = "youtube-dl.zsh"
ZSH_COMPLETION_FILE = "_youtube-dl"
ZSH_COMPLETION_TEMPLATE = "devscripts/zsh-completion.in"