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