mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-04-27 01:54:45 +00:00
1 line
221 B
JavaScript
1 line
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
|