From 5813a07d0a12c40cf054b3125f50bfb409e0ff8d Mon Sep 17 00:00:00 2001 From: Quentin Rossetti Date: Wed, 5 Dec 2018 21:35:36 +0100 Subject: [PATCH] fix: Add charset -scc switch --- src/references.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/references.js b/src/references.js index 0cf3ff0..b41dd83 100644 --- a/src/references.js +++ b/src/references.js @@ -26,6 +26,7 @@ export const FLAGS = [ { type: 'string', api: 'fromStdin', cli: 'si' }, // Read data from StdIn { type: 'string', api: 'hashMethod', cli: 'scrc' }, // Set hash function { type: 'string', api: 'listFileCharset', cli: 'scs' }, // Set charset for list files + { type: 'string', api: 'charset', cli: 'scc' }, // Set charset for console input/output { type: 'string', api: 'logLevel', cli: 'bb' }, // Set output log level { type: 'string', api: 'outputDir', cli: 'o' }, // Set Output directory { type: 'string', api: 'overwrite', cli: 'ao' }, // Overwrite mode