We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b6f88 commit 31e1a0fCopy full SHA for 31e1a0f
1 file changed
src/main.ts
@@ -17,6 +17,10 @@ import {VERSION} from './version.js';
17
18
export const args = parseArguments(VERSION);
19
20
+if (args.slim === undefined) {
21
+ args.slim = false;
22
+}
23
+
24
const logFile = args.logFile ? saveLogsToFile(args.logFile) : undefined;
25
if (
26
process.env['CI'] ||
0 commit comments