fix dev changes
This commit is contained in:
parent
1269c07951
commit
474c035b21
|
@ -126,12 +126,7 @@ int main(int argc, char* argv[]) {
|
||||||
|
|
||||||
if (getenv("CL_SUGGESTION") != nullptr) {
|
if (getenv("CL_SUGGESTION") != nullptr) {
|
||||||
auto suggestions = parser.GetPossibleAdditions(argc, argv);
|
auto suggestions = parser.GetPossibleAdditions(argc, argv);
|
||||||
int x = 0;
|
|
||||||
for (auto& suggestion : suggestions) {
|
for (auto& suggestion : suggestions) {
|
||||||
x++;
|
|
||||||
if (x == 7) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
std::cout << suggestion << " ";
|
std::cout << suggestion << " ";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue