machine-as-script
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -144,2 +144,5 @@ /** | ||
} | ||
// Before using `rttc.parseHuman()`, ensure the value is a string | ||
// (yargs parses some things as numbers) | ||
val = val+''; | ||
memo[inputName] = rttc.parseHuman(val, rttc.infer(inputDef.example), true); | ||
@@ -146,0 +149,0 @@ return memo; |
{ | ||
"name": "machine-as-script", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Run a machine as a command-line script.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
14275
177