Get interactive mode from correct argument
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Armin Friedl 2024-02-27 22:44:00 +01:00
parent 5d9856c658
commit 293ee6e1cc
Signed by: armin
GPG key ID: 48C726EEE7FBCBC8

View file

@ -42,7 +42,7 @@ UserOpt::UserOpt(int argc, char** argv) {
if (arg_outfile.isSet()) this->out = arg_outfile.getValue(); if (arg_outfile.isSet()) this->out = arg_outfile.getValue();
this->verbosity = arg_verbose.getValue(); this->verbosity = arg_verbose.getValue();
this->interactive = arg_extract.getValue(); this->interactive = !arg_noninteractive.getValue();
if (arg_paths.isSet()) { if (arg_paths.isSet()) {
this->paths = this->paths =