UNPKG

280 BJavaScriptView Raw
1#!/usr/bin/env node
2
3/** Copyright (c) 2018 Uber Technologies, Inc.
4 *
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the root directory of this source tree.
7 *
8 * @flow
9 */
10
11/* eslint-env node */
12
13require('./cli-runner').run(process.argv);