UNPKG

540 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3// Copyright (C) 2018 to the present, Crestron Electronics, Inc.
4// All rights reserved.
5// No part of this software may be reproduced in any form, machine
6// or natural, without the express written consent of Crestron Electronics.
7// Use of this source code is subject to the terms of the Crestron Software License Agreement
8// under which you licensed this source code.
9Object.defineProperty(exports, "__esModule", { value: true });
10var cli_1 = require("./cli");
11var cli = new cli_1.Ch5Cli();
12cli.run();