describe('main app', () => {
it('should parse command line arguments');
it('should load config from file');
it('should create a remote');
it('should fail on errors');
});