Skip to content

Commit

Permalink
fix: Add charset -scc switch
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Dec 5, 2018
1 parent 5247a3e commit 5813a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/references.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5813a07

Please sign in to comment.