blob: bc549fcfe7585990c553cbcf29eb1fbcffeeb7b0 [file] [log] [blame]
#!/usr/bin/env dart
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:baseline/baseline.dart';
import 'package:baseline/options.dart';
void main(List<String> arguments) async {
await baseline(BaselineOptions(arguments));
}