cli-argument-parser
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -13,3 +13,3 @@ "use strict"; | ||
function loadArguments() { | ||
let config = file.sync('./cli.config.json') ? require(`${process.env.INIT_CWD}/cli.config.json`) : { prefix: '--', separator: '=' }; | ||
let config = file.sync(`${process.env.INIT_CWD}/cli.config.json`) ? require(`${process.env.INIT_CWD}/cli.config.json`) : { prefix: '--', separator: '=' }; | ||
config = Object.assign(config, filterArguments('--cli-', '=')); | ||
@@ -16,0 +16,0 @@ return filterArguments(config.prefix, config.separator); |
{ | ||
"name": "cli-argument-parser", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A package containing relevant CLI actions", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8035
3