With Minimist what is used to write out a sentence like this?
Name: Lea; Age: 22; Address: UserAdress
So far I have tried with --name and --a. Hard to find information imo
var argv = require('minimist')(process.argv.slice(0, 2))
console.log(process.argv.join());
node index.js --name=Lea -a 22