Merge pull request #583 from crhultay/patch-1
Fix oputil cat help page colour flag reference
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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 <action> [<arguments>]
|
||||
|
||||
Reference in New Issue
Block a user