super(app);
this.name = name;
// init commands
installCommand(new CmdHelp());
installCommand(new CmdEnv());
installCommand(new CmdHistory());
installCommand(new CmdSet());
installCommand(new CmdPwd());
installCommand(new CmdExit());
installCommand(new CmdStore());