diff --git a/pySim-shell.py b/pySim-shell.py index 0be6f21f..037b843c 100755 --- a/pySim-shell.py +++ b/pySim-shell.py @@ -204,6 +204,10 @@ class PysimApp(cmd2.Cmd): """Display the intro banner""" self.poutput(self.intro) + def do_eof(self, _: argparse.Namespace) -> bool: + self.poutput("") + return self.do_quit('') + @cmd2.with_category(CUSTOM_CATEGORY) def do_equip(self, opts): """Equip pySim-shell with card"""