CommonIO: Replace readStandardInput() with readUntilEnd() with a configurable stream

This commit is contained in:
Kamil Śliwak
2021-07-02 14:58:30 +02:00
parent 98e1dee45f
commit a72857df03
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ Allowed options)",
}
}
else
input = readStandardInput();
input = readUntilEnd(cin);
interpret(input);
}