Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/bs / src / scripts / shell / params / argv.ts
Size: Mime:
// 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