mirror of
https://github.com/chenasraf/btool.git
synced 2026-05-18 01:48:58 +00:00
6 lines
121 B
Dart
6 lines
121 B
Dart
import 'package:btool/btool.dart';
|
|
|
|
void main(Iterable<String> args) {
|
|
btoolRunner(args, binVersion: '{{VERSION}}');
|
|
}
|