diff --git a/core/oputil/oputil_config.js b/core/oputil/oputil_config.js index d979f9b77..b14321c1a 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) { diff --git a/core/oputil/oputil_help.js b/core/oputil/oputil_help.js index 14bf9de12..0d0313daa 100644 --- a/core/oputil/oputil_help.js +++ b/core/oputil/oputil_help.js @@ -102,7 +102,7 @@ Actions: cat Write current configuration to stdout cat arguments: - --no-color Disable color + --no-colors Disable color --no-comments Strip any comments `, FileBase: `usage: oputil.js fb []