UNPKG

385 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const { argv } = process;
4exports.RuntimeOptions = {
5 useMonorepo: !!~argv.indexOf('--monorepo'),
6 noCollapse: !!~argv.indexOf('--no-collapse'),
7 noAutoStart: !!~argv.indexOf('--no-auto-start'),
8 bypassCiWarnings: !!~argv.indexOf('--bypass-ci-warnings'),
9};
10//# sourceMappingURL=argvReader.js.map
\No newline at end of file