mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +02:00
Update scripts/decrypt-save.js
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
parent
a134050b78
commit
a31329c483
@ -117,10 +117,6 @@ function writeToFile(filePath, data) {
|
||||
|
||||
function main() {
|
||||
let args = process.argv.slice(2);
|
||||
if (args.includes("-h") || args.includes("--help") || args.length === 0) {
|
||||
printUsage();
|
||||
process.exit(0);
|
||||
}
|
||||
// Get options
|
||||
const options = args.filter(arg => arg.startsWith("-"));
|
||||
// get args
|
||||
|
Loading…
Reference in New Issue
Block a user