mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:37:08 -05:00 
			
		
		
		
	[bash-completion] Do not use dash in function name (Fixes #1623)
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
__youtube-dl()
 | 
			
		||||
__youtube_dl()
 | 
			
		||||
{
 | 
			
		||||
    local cur prev opts
 | 
			
		||||
    COMPREPLY=()
 | 
			
		||||
@@ -15,4 +15,4 @@ __youtube-dl()
 | 
			
		||||
    fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
complete -F __youtube-dl youtube-dl
 | 
			
		||||
complete -F __youtube_dl youtube-dl
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user