// @dart=2.9 import 'package:drift_dev/src/cli/cli.dart' as cli; Future main(List args) { return cli.run(args); }