Improved help command
This commit is contained in:
parent
94c82e6701
commit
0a285f2d28
@ -15,7 +15,6 @@ class CommandABC(ExecutableArgument):
|
|||||||
def help_message(self) -> str: pass
|
def help_message(self) -> str: pass
|
||||||
|
|
||||||
def execute(self, args: list[str]):
|
def execute(self, args: list[str]):
|
||||||
Console.write_line(args)
|
|
||||||
if 'help' in args:
|
if 'help' in args:
|
||||||
Console.write_line(self.help_message)
|
Console.write_line(self.help_message)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user