blob: 607689f297453576a2604f72b0b4ec94e76f1874 [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.parse(arguments));
}