23 {{
"explorer",
"ex"}, [&]() {
return std::make_unique<SimilarityExplorer>(&table); }},
24 {{
"duplication",
"du"}, [&]() {
return std::make_unique<CounterDuplicationCode>(&table); }},
25 {{
"function",
"fu"}, [&]() {
return std::make_unique<SimilarFunctionFinder>(&table); }},
26 {{
"random"}, [&]() {
return std::make_unique<RandomSelector>(&table); }},
27 {{
"bigclone-formater"}, [&]() {
return std::make_unique<BigCloneFormater>(&table); }},
28 {{
"bigclone-evaluator"}, [&]() {
return std::make_unique<BigCloneTailorEvaluator>(&table); }},
29 {{
"help"}, [&]() {
return std::make_unique<Help>(commands); }},
30 {{
"preprocessor"}, [&]() {
return nullptr; }}