@crestron/ch5-utilities-cli
Version:
CH5 Utilities CLI for archiving and distribution
13 lines (12 loc) • 540 B
JavaScript
// Copyright (C) 2018 to the present, Crestron Electronics, Inc.
// All rights reserved.
// No part of this software may be reproduced in any form, machine
// or natural, without the express written consent of Crestron Electronics.
// Use of this source code is subject to the terms of the Crestron Software License Agreement
// under which you licensed this source code.
Object.defineProperty(exports, "__esModule", { value: true });
var cli_1 = require("./cli");
var cli = new cli_1.Ch5Cli();
cli.run();
;