blob: 926db853f399e7f7e43b3bf3d484d8df2acd48c5 [file] [log] [blame]
// Copyright (c) 2013, 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.
// @dart=2.10
import 'package:pub/src/command_runner.dart';
import 'package:pub/src/io.dart';
Future<void> main(List<String> arguments) async {
await flushThenExit(await PubCommandRunner().run(arguments));
}