printNeedMoreParameters static method

void printNeedMoreParameters()

Implementation

static void printNeedMoreParameters() {
  print(
      '\x1B[31m[ERROR]: You must give one argument! \n\nRun "dart run translatron --help" (or "dart run translatron -h") for available translatron commands and options.\x1B[0m');
}