UNPKG

@wpk-cli/command-set

Version:
20 lines (16 loc) 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { name: "set", native: true, get() { return require("./command").default; }, install(program, defaults) { return program.command("set <option> <value> [config]").description("Set the value of a config option").option("--config <path>", "Location of webpack config file", defaults.config).option("--env <env>", "Environment name value should be active in").option("-p, --path-sensitive", "Set value as `path.resolve(__dirname, <value>)`"); } }; exports.default = _default;