mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	fix(dl): Use click.command() instead of click.group()
This commit is contained in:
		
							parent
							
								
									4d6c72ba30
								
							
						
					
					
						commit
						1d5d4fd347
					
				@ -57,7 +57,7 @@ from devine.core.vaults import Vaults
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class dl:
 | 
			
		||||
    @click.group(
 | 
			
		||||
    @click.command(
 | 
			
		||||
        short_help="Download, Decrypt, and Mux tracks for titles from a Service.",
 | 
			
		||||
        cls=Services,
 | 
			
		||||
        context_settings=dict(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user