mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Added help command
This commit is contained in:
parent
b1a3e9555c
commit
19e3f48581
1 changed files with 1 additions and 0 deletions
|
@ -58,3 +58,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(f'{self.bold}{self.green}Help: {self.endc}{help_commands[self.command]}\n')
|
||||
print('If you need more information try to use slpkg manpage.')
|
||||
|
|
Loading…
Reference in a new issue