run function

bool run()

Implementation

bool run() {
  print('Supabase Dart Generator (Code generator for supabase).');
  return true;
}