printTooManyParameters static method
void
printTooManyParameters()
Implementation
static void printTooManyParameters() {
print(
'\x1B[31m[ERROR]: Only one command argument is allowed! \n\nRun "dart run translatron --help" (or "dart run translatron -h") for available translatron commands and options.\x1B[0m');
}