mirror of
https://github.com/localsend/localsend.git
synced 2026-04-20 23:18:03 -04:00
6 lines
97 B
Dart
6 lines
97 B
Dart
import 'package:cli/main.dart' as m;
|
|
|
|
void main(List<String> arguments) {
|
|
m.main(arguments);
|
|
}
|