@aduh95/caritat
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,3 +8,9 @@ #!/usr/bin/env node | ||
let data; | ||
if (yamlFile == null) { | ||
if (yamlFile === "--help" || yamlFile === "-h") { | ||
console.log("Usage: extractEncryptedPrivateKey <path-to-YAML-file>"); | ||
console.log("or"); | ||
console.log("Usage: echo 'encryptedPrivateKey: …' | extractEncryptedPrivateKey"); | ||
process.exit(); | ||
} | ||
else if (yamlFile == null) { | ||
data = await readStdIn(true); | ||
@@ -11,0 +17,0 @@ } |
{ | ||
"name": "@aduh95/caritat", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"packageManager": "yarn@3.1.1", | ||
@@ -30,3 +30,3 @@ "dependencies": { | ||
"extractEncryptedPrivateKey": "dist/bin/extractEncryptedPrivateKey.js", | ||
"voteFromGit": "dist/bin/voteFromGit.js" | ||
"voteUsingGit": "dist/bin/voteUsingGit.js" | ||
}, | ||
@@ -33,0 +33,0 @@ "files": [ |
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
43401
1054