UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

11 lines (9 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.readArgsFormCommandLine = readArgsFormCommandLine; const args = process.argv.slice(3); function readArgsFormCommandLine() { return args; }