} else if (this.cliArgs.mode_shutdown) {
this.setMode(new Shutdown(this.pr, this.cliArgs, this));
} else if (this.cliArgs.mode_shutdown_save) {
this.setMode(new ShutdownSave(this.pr, this.cliArgs, this));
} else if (this.cliArgs.mode_start) {
this.setMode(new Start(this.pr, this.cliArgs, this));
} else if (this.cliArgs.mode_subscribe) {
this.setMode(new Subscribe(this.pr, this.cliArgs, this));
} else if (this.cliArgs.mode_doneEnsemble) {
this.setMode(new EnsembleDone(this.pr, this.cliArgs, this));
} else if (this.cliArgs.mode_monitorEnsemble) {