program
    .command('restart [appname]')
    .description('restart the app specified by the appname')
    .option('-t, --timeout <timeout>', 'time until the old workers get killed')
    .option('-s, --signal <signal>', 'kill signal for the old workers')