mirror of
https://github.com/localsend/localsend.git
synced 2026-01-14 01:18:04 -05:00
6 lines
117 B
Dart
6 lines
117 B
Dart
import 'package:cli/main.dart' as m;
|
|
|
|
Future<void> main(List<String> arguments) async {
|
|
await m.main(arguments);
|
|
}
|