mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed status code output
This commit is contained in:
parent
c8fbfbd227
commit
a68321b270
1 changed files with 2 additions and 1 deletions
|
@ -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. """
|
||||
|
|
Loading…
Add table
Reference in a new issue