diff --git a/slpkg/views/help_commands.py b/slpkg/views/help_commands.py index d4ead76c..62c01d55 100644 --- a/slpkg/views/help_commands.py +++ b/slpkg/views/help_commands.py @@ -67,3 +67,4 @@ class Help(Configs): print(f"{self.bold}COMMAND{self.endc}: {self.cyan}{self.command}{self.endc}") print(f"{self.bold}OPTIONS:{self.endc} {self.yellow}{', '.join(self.flags)}{self.endc}\n") print('If you need more information try to use slpkg manpage.\n') + raise SystemExit() \ No newline at end of file