mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
5 lines
141 B
Dart
5 lines
141 B
Dart
import 'package:benchmark_di/cli/benchmark_cli.dart';
|
|
|
|
Future<void> main(List<String> args) async {
|
|
await BenchmarkCliRunner().run(args);
|
|
} |