reset method
dynamic
reset()
Implementation
reset() {
debugPrint("Resetting shell for ${title()}");
status(ShellStatus.idle);
shell.kill();
output([]);
errorOutput([]);
shellOutput([]);
refresh();
}