From 19e3f485812f9a4355e8e82f8da2d0e1102eaf52 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 26 Feb 2023 22:58:45 +0200 Subject: [PATCH] Added help command --- slpkg/views/help_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slpkg/views/help_commands.py b/slpkg/views/help_commands.py index c7cb7461..2c4cf905 100644 --- a/slpkg/views/help_commands.py +++ b/slpkg/views/help_commands.py @@ -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.')