UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

11 lines (9 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.readOptionFormCommandLine = readOptionFormCommandLine; const [,, option] = process.argv; function readOptionFormCommandLine() { return option; }