mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-25 02:10:24 +00:00
1 line
No EOL
221 B
JavaScript
1 line
No EOL
221 B
JavaScript
var cliFactory=function(a,b,c){var d=function(){this.configuration=new c,a.bindAll(this)};return d.prototype.start=function(){this.configuration(process.argv,function(a,c){c||b.configure(a)})},d};module.exports=cliFactory |