Get interactive mode from correct argument
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5d9856c658
commit
293ee6e1cc
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue