@acryps/environment
Advanced tools
Comparing version 2.6.1 to 2.7.0
@@ -112,3 +112,7 @@ "use strict"; | ||
case '--edit': { | ||
const prefix = (childProgram[1] ?? '').toUpperCase(); | ||
chain.walk(environmentConfiguration, async (node) => { | ||
if (!node.environmentName.startsWith(prefix)) { | ||
return node.currentValue; | ||
} | ||
while (true) { | ||
@@ -115,0 +119,0 @@ let response = await inputInterface.question(`${node.name} (${node.environmentName})${node.currentValue ? ` [${node.currentValue}]` : (node.defaultValue ? ` [${node.defaultValue}]` : '')}: `); |
{ | ||
"name": "@acryps/environment", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"license": "GPL-3.0-only", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
16579
333