program
    .command('sync <service>')
    .description('launch sync based on service config/profile/{service}.conf')
    .option("-d, --debug", "Debug display")
    .action(function(service, options){