printNotFoundText static method

void printNotFoundText(
  1. String message
)

Implementation

static void printNotFoundText(String message) {
  print(
      '\x1B[31m[ERROR]: "$message \n\nRun "dart run translatron --help" (or "dart run translatron -h") for available translatron commands and options.\x1B[0m');
}