mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Batch implies Verbose.
This commit is contained in:
		@@ -638,6 +638,7 @@ def parse_args():
 | 
				
			|||||||
			usage()
 | 
								usage()
 | 
				
			||||||
		elif o in ('-b', '--batch'):
 | 
							elif o in ('-b', '--batch'):
 | 
				
			||||||
			out.batch = True
 | 
								out.batch = True
 | 
				
			||||||
 | 
								out.verbose = True
 | 
				
			||||||
		elif o in ('-n', '--no-colors'):
 | 
							elif o in ('-n', '--no-colors'):
 | 
				
			||||||
			out.colors = False
 | 
								out.colors = False
 | 
				
			||||||
		elif o in ('-v', '--verbose'):
 | 
							elif o in ('-v', '--verbose'):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user