void runApp(List<String> args) { console.cleanScreen(); args = checkArguments(args); app.safeRun(args); }