ScuttleBot
| f7eb47b… | lmata | 1 | #!/usr/bin/env node |
| f7eb47b… | lmata | 2 | /** |
| f7eb47b… | lmata | 3 | * Copyright (c) Microsoft Corporation. |
| f7eb47b… | lmata | 4 | * |
| f7eb47b… | lmata | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| f7eb47b… | lmata | 6 | * you may not use this file except in compliance with the License. |
| f7eb47b… | lmata | 7 | * You may obtain a copy of the License at |
| f7eb47b… | lmata | 8 | * |
| f7eb47b… | lmata | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| f7eb47b… | lmata | 10 | * |
| f7eb47b… | lmata | 11 | * Unless required by applicable law or agreed to in writing, software |
| f7eb47b… | lmata | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| f7eb47b… | lmata | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| f7eb47b… | lmata | 14 | * See the License for the specific language governing permissions and |
| f7eb47b… | lmata | 15 | * limitations under the License. |
| f7eb47b… | lmata | 16 | */ |
| f7eb47b… | lmata | 17 | const { program } = require('./lib/cli/programWithTestStub'); |
| f7eb47b… | lmata | 18 | program.parse(process.argv); |