From faccdb1e2feef940947da00d395096ff0d857225 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Wed, 8 May 2024 21:54:57 +0200 Subject: [PATCH] print output config in json format instead of js-json --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a0b3dca..c029222 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,7 +29,7 @@ async function main() { const selectedInfo = defaultConfigStorage.getInterface() ?? await renderStartupScreen(); if (argv._.includes("outputconfig")) { - console.log(selectedInfo); + console.log(JSON.stringify(selectedInfo, null, 2)); return; } console.log(chalk.blueBright(