mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-22 19:27:56 +01:00
Fixed for exit
This commit is contained in:
parent
68a5f61dfb
commit
0c93ed2efb
1 changed files with 1 additions and 0 deletions
|
@ -67,3 +67,4 @@ class Help(Configs):
|
||||||
print(f"{self.bold}COMMAND{self.endc}: {self.cyan}{self.command}{self.endc}")
|
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(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')
|
print('If you need more information try to use slpkg manpage.\n')
|
||||||
|
raise SystemExit()
|
Loading…
Add table
Reference in a new issue