Update scripts/decrypt-save.js

Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-05-21 19:04:24 -05:00 committed by GitHub
parent a134050b78
commit a31329c483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,10 +117,6 @@ function writeToFile(filePath, data) {
function main() { function main() {
let args = process.argv.slice(2); let args = process.argv.slice(2);
if (args.includes("-h") || args.includes("--help") || args.length === 0) {
printUsage();
process.exit(0);
}
// Get options // Get options
const options = args.filter(arg => arg.startsWith("-")); const options = args.filter(arg => arg.startsWith("-"));
// get args // get args