Repository URL to install this package:
|
Version:
3.1.9 ▾
|
// https://stackoverflow.com/questions/8683895/how-do-i-determine-the-current-operating-system-with-node-js
const fwf = require('funwithflags');
let argv = fwf(process.argv.slice(2));
module.exports = argv;
//# sourceMappingURL=argv.js.map