Update main.cpp

This commit is contained in:
Maurice Heumann
2025-06-30 21:45:47 +02:00
committed by GitHub
parent 6b6dcc9ce2
commit a2d343c35b

View File

@@ -439,6 +439,10 @@ namespace
{
options.buffer_stdout = true;
}
else if (arg == "-x" || arg == "--exec")
{
options.log_executable_access = true;
}
else if (arg == "-c" || arg == "--concise")
{
options.concise_logging = true;