From 375674fbdf02fc10bfd8afd704b7e8284968fb68 Mon Sep 17 00:00:00 2001 From: Carl Roman Hultay <144816337+crhultay@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:04:59 -0500 Subject: [PATCH] Update oputil_config.js --- core/oputil/oputil_config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/oputil/oputil_config.js b/core/oputil/oputil_config.js index d979f9b7..b14321c1 100644 --- a/core/oputil/oputil_config.js +++ b/core/oputil/oputil_config.js @@ -297,6 +297,14 @@ function catCurrentConfig() { keepWsc: false === argv.comments ? false : true, }); + if (argv.meow) { + console.info( +` /\\_/\\ + ( o.o ) + > ^ < ... mrow...`); + return; + } + console.log(hjson.stringify(config, hjsonOpts)); } catch (e) { if ('ENOENT' == e.code) {