mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	remove useless line, the result is never used
This commit is contained in:
		@@ -30,7 +30,6 @@ def build_completion(opt_parser):
 | 
				
			|||||||
    for group in opt_parser.option_groups:
 | 
					    for group in opt_parser.option_groups:
 | 
				
			||||||
        for option in group.option_list:
 | 
					        for option in group.option_list:
 | 
				
			||||||
            long_option = option.get_opt_string().strip('-')
 | 
					            long_option = option.get_opt_string().strip('-')
 | 
				
			||||||
            shell_quote([option.help])
 | 
					 | 
				
			||||||
            complete_cmd = ['complete', '--command', 'youtube-dl', '--long-option', long_option]
 | 
					            complete_cmd = ['complete', '--command', 'youtube-dl', '--long-option', long_option]
 | 
				
			||||||
            if option._short_opts:
 | 
					            if option._short_opts:
 | 
				
			||||||
                complete_cmd += ['--short-option', option._short_opts[0].strip('-')]
 | 
					                complete_cmd += ['--short-option', option._short_opts[0].strip('-')]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user