Implicitly using the parallel parser for a single input file for reasons of backward compatibility; this is deprecated, please use the command-line option --parse-parallel or -p
which results in a
qlever: error: unrecognized arguments: --parse-parallel true
according to the help the command should likely be:
qlever index --overwrite-existing --parallel-parsing true
Is this correct?