parent
9ee668d11d
commit
0a439b0a7f
|
|
@ -94,7 +94,7 @@ class Help(Command):
|
|||
if len(args) > 0:
|
||||
command_name = args[0]
|
||||
if command_name in ctx['commands']:
|
||||
ctx['commands'][command_name].print_help()
|
||||
ctx['commands'][command_name].print_help(ctx)
|
||||
else:
|
||||
print("Unknown command.")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue