Comparing version 1.0.4 to 1.0.5
@@ -7,3 +7,2 @@ #!/usr/bin/env node | ||
var commandLineArgs = require('command-line-args'); | ||
var args = process.argv; | ||
var getSecret = require('./getSecrets'); | ||
@@ -15,2 +14,3 @@ var confGlobalGenerator = require('./fileTemplates/confGlobalGenerator'); | ||
var options = commandLineArgs(optionsDefinitions); | ||
console.log('options applied:', options); | ||
@@ -17,0 +17,0 @@ /** |
{ | ||
"name": "ipbgen", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": "Dak Washbrook <vinlockz@gmail.com>", |
Sorry, the diff of this file is not supported yet
24714