mirror of
https://github.com/localsend/localsend.git
synced 2026-04-18 05:57:36 -04: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);
|
|
}
|