I would like -quiet option for the 7zip command line, that would only display errors and final result (number of files, ratio,...).
Right now, the only option is to redirect output to /dev/null, which removes everything.
And -quieter, that would only return the error code, but no other output for automations, where output is undesirable (and e.g., cron would send by email).