]> jfr.im git - yt-dlp.git/blobdiff - devscripts/bash-completion.py
[cleanup,build] Cleanup some build-related code
[yt-dlp.git] / devscripts / bash-completion.py
index 27ec7ca7a69a000bcc2d56e0ddd340ea2d1254f0..268e8a2aee8d229ff2f2af3d2ef709e2c14f6738 100755 (executable)
@@ -24,5 +24,5 @@ def build_completion(opt_parser):
         f.write(filled_template)
 
 
-parser = yt_dlp.parseOpts()[0]
+parser = yt_dlp.parseOpts(ignore_config_files=True)[0]
 build_completion(parser)