Fixed for exit

This commit is contained in:
Dimitris Zlatanidis 2023-03-22 17:33:14 +02:00
parent 68a5f61dfb
commit 0c93ed2efb

View file

@ -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()