11int main(
int argc,
char* argv[]) {
13 cfg.setDefaultConfig();
20 ctx.
command_name = (argc > 1) ? argv[1] : OrchestratorHelper::DEFAULT_COMMAND;
25 std::unique_ptr<ICommand> command;
44 orchestrator.
add_step([&similarity_table, &orchestrator, &command, &collector](
Context& ctx) {
52 bool force_pre = ctx.
options.
args.count(
"preprocessor") > 0;
72 std::cerr << e.what() <<
"\n";
74 }
catch (
const std::exception& e) {
75 std::cerr <<
"Unexpected error: " << e.what() <<
"\n";
int main(int argc, char *argv[])