UNPKG

714 BJavaScriptView Raw
1#!/usr/bin/env node
2
3/*
4 * Copyright 2019 Adobe. All rights reserved.
5 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License. You may obtain a copy
7 * of the License at http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software distributed under
10 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
11 * OF ANY KIND, either express or implied. See the License for the specific language
12 * governing permissions and limitations under the License.
13 */
14
15const CLI = require('./cli.js');
16
17new CLI().run(process.argv.slice(2));