// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
minimist
/
example
[ PARENT ]
EDIT :: parse.js
var argv = require('../')(process.argv.slice(2)); console.log(argv);
SAVE
CANCEL