blob: ec65f9d3eb7b2b4cd2f6ea4bfef2f7a420565794 [file] [log] [blame]
// Copyright 2020 The Flutter Authors. 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.2
import 'package:pigeon/pigeon_cl.dart';
Future<void> main(List<String> args) async {
await runCommandLine(args);
}