UNPKG

fargv

Version:

Multi-customizable parser of process.argv for nodejs.

19 lines (10 loc) 211 B
const reset = function(option) { if(option != "all") { this.createOptions(); this._options[option] = null; } else { this._options = null; } return this; }; module.exports = reset;