return co(main.apply(null, process.argv.slice(2)))
.then(console.log, console.error);