mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-07-15 21:22:17 +02:00
Batch mode no longer automatically enables verbose mode.
This commit is contained in:
@ -842,7 +842,6 @@ def process_commandline(out: OutputBuffer, args: List[str]) -> 'AuditConf': # p
|
||||
|
||||
if argument.batch is True:
|
||||
aconf.batch = True
|
||||
aconf.verbose = True
|
||||
|
||||
# If one -j was given, turn on JSON output. If -jj was given, enable indentation.
|
||||
aconf.json = argument.json > 0
|
||||
|
Reference in New Issue
Block a user