+12
-1
@@ -21,4 +21,15 @@ #!/usr/bin/env node | ||
| var scopifier = require('./scopifier'), | ||
| whole = ''; | ||
| whole; | ||
| process.argv.slice(2).forEach(function (argument) { | ||
| switch (argument) { | ||
| case '--version': | ||
| console.log(require('./package.json').version); | ||
| process.exit(0); | ||
| break; | ||
| } | ||
| }); | ||
| whole = ''; | ||
| process.stdin.setEncoding('utf8'); | ||
@@ -25,0 +36,0 @@ |
+1
-1
| { | ||
| "name": "scopifier", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "Scopifier CLI for Context Coloring", | ||
@@ -5,0 +5,0 @@ "main": "scopifier.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
150
6.38%7379
-19.17%6
-45.45%