Add client to debug command

Makes it easier to debug things ;)
wip
MasterofJOKers 2 years ago
parent 68b1142cd7
commit 9bcd668171

@ -411,7 +411,8 @@ def label_edit(issue):
@issue.command()
@pass_issue
def debug(issue):
@pass_client
def debug(client, issue):
import IPython
IPython.embed()

Loading…
Cancel
Save