in tool/colors/update_colors.dart [21:30]
Future<void> main(List<String> args) async {
// Verify that we're running from the project root.
if (path.basename(Directory.current.path) != 'tools_metadata') {
print('Please run this script from the directory root.');
exit(1);
}
print('Generating dart files:');
await generateDartFiles();
}