UNPKG

fargv

Version:

Multi-customizable parser of process.argv for nodejs.

13 lines (7 loc) 183 B
const staticSetAllParse = function(allParse) { if(typeof allParse != "boolean") return this; return this.options({ allParse }); }; module.exports = staticSetAllParse;