Batch mode no longer automatically enables verbose mode.

This commit is contained in:
Joe Testa
2024-12-05 10:06:58 -05:00
parent d9c703c777
commit e318787a5c
3 changed files with 2 additions and 2 deletions

View File

@ -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