From 293ee6e1cc85029c3082e21d5f668e409e6af9a8 Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Tue, 27 Feb 2024 22:44:00 +0100 Subject: [PATCH] Get interactive mode from correct argument --- src/UserOpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserOpt.cpp b/src/UserOpt.cpp index 7466d5e..7534a9c 100644 --- a/src/UserOpt.cpp +++ b/src/UserOpt.cpp @@ -42,7 +42,7 @@ UserOpt::UserOpt(int argc, char** argv) { if (arg_outfile.isSet()) this->out = arg_outfile.getValue(); this->verbosity = arg_verbose.getValue(); - this->interactive = arg_extract.getValue(); + this->interactive = !arg_noninteractive.getValue(); if (arg_paths.isSet()) { this->paths =