execute method

  1. @override
Future<void> execute()

Implementation

@override
Future<void> execute() async {
  final bool dryRun = dryRunArg.parse(argResults);
  await Babel.fromPath(path).cleanUnusedTranslations(dryRun);
}