From 371468655c0adbedbe5148fddd2dacaae9eac6e0 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Thu, 7 Aug 2025 23:33:31 +0200 Subject: options/output: add --quiet to suppress error/warning messages As the LOGERR macro is modified this option will also suppress debug messages in case the executable was built with -DDEBUGBUILD. --- include/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/options.h') diff --git a/include/options.h b/include/options.h index cae9aa0..c92dbdf 100644 --- a/include/options.h +++ b/include/options.h @@ -30,6 +30,7 @@ extern bool option_sort_reverse_order; extern enum esort_type option_sort_type; extern bool option_print_boxed_table; extern bool option_print_header; +extern bool option_quiet; extern bool option_resolve_symlinks; extern bool option_show_hidden_entries; extern bool option_timestamp_long; -- cgit v1.2.3-70-g09d2