-
Fix cli options and make the cli better testable with require() · a75739e2
Nothing is directly written to stdout/stderr but is passed in an event emitter, so when testing we can use that. This way of testing the cli has the advantage that we don't need to exec for all tests.
Arian Stolwijk authored
×