cleanup(app): ensure unbuffered_outputs is initialized

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2024-02-09 16:21:21 +00:00 committed by poiana
parent fe5c58e20e
commit 5564d3da11

View File

@ -36,6 +36,7 @@ options::options()
list_plugins(false),
list_syscall_events(false),
markdown(false),
unbuffered_outputs(false),
dry_run(false)
{
}