@@ -69,7 +69,7 @@ void PICLI::parse() {
_args_opt << cra;
continue;
}
piCout << "[PICli] Arguments overflow, \"" << cra << "\" ignored" << endl;
piCout << "[PICli] Arguments overflow, \"" << cra << "\" ignored";
if (last == 0 ? false : last->has_value) {
last->value = cra;
The note is not visible to the blocked user.