UNPKG

703 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const command_1 = require("@oclif/command");
4exports.FlagDefs = {
5 configDir: command_1.flags.string({
6 default: './bluerain/web',
7 description: 'Path to config directory relative to the root directory',
8 env: 'CONFIG_DIR',
9 hidden: false,
10 multiple: false,
11 required: false,
12 }),
13 buildDir: command_1.flags.string({
14 default: './build/web',
15 description: 'Path to build directory relative to the root directory',
16 env: 'BUILD_DIR',
17 hidden: false,
18 multiple: false,
19 required: false,
20 }),
21};
22//# sourceMappingURL=cli-flags.js.map
\No newline at end of file