Fixed status code output

This commit is contained in:
Dimitris Zlatanidis 2022-12-25 17:14:15 +02:00
parent c8fbfbd227
commit a68321b270

View file

@ -29,7 +29,8 @@ class Usage:
f' slpkg [{self.cyan}COMMAND{self.endc}] [-t, tracking] <packages>\n'
" \nIf you need more information please try 'slpkg --help'.")
raise SystemExit(args)
print(args)
raise SystemExit()
def help(self, status: int):
""" Prints the main menu. """