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