]> jfr.im git - yt-dlp.git/blobdiff - devscripts/zsh-completion.py
[cleanup] Minor fixes (See desc)
[yt-dlp.git] / devscripts / zsh-completion.py
index 06660d8fd47a482a89fd59a0f32b3cbff156680d..59faea06a2feb82cd821e18078f5016ca5d3cd89 100755 (executable)
@@ -43,5 +43,5 @@ def build_completion(opt_parser):
         f.write(template)
 
 
-parser = yt_dlp.parseOpts()[0]
+parser = yt_dlp.parseOpts(ignore_config_files=True)[0]
 build_completion(parser)