Updating to script args

This commit is contained in:
2023-04-18 22:53:46 +02:00
parent 17051db7aa
commit 8e5c4af4b6
4 changed files with 110 additions and 73 deletions

5
test.js Normal file
View File

@@ -0,0 +1,5 @@
const args = process.argv.slice(2);
const arg = args[0];
console.log(arg);