mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	added '--skip_news' to the options for aurman
This commit is contained in:
		
							
								
								
									
										2
									
								
								aur.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								aur.py
									
									
									
									
									
								
							@@ -72,7 +72,7 @@ EXAMPLES = '''
 | 
			
		||||
def_lang = ['env', 'LC_ALL=C']
 | 
			
		||||
 | 
			
		||||
use_cmd = {
 | 
			
		||||
    'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed'],
 | 
			
		||||
    'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news'],
 | 
			
		||||
    'yay': ['yay', '-S', '--noconfirm', '--needed'],
 | 
			
		||||
    'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
 | 
			
		||||
    'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user