Add client to debug command

Makes it easier to debug things ;)
このコミットが含まれているのは:
MasterofJOKers 2022-10-25 23:36:55 +02:00
コミット 9bcd668171
1個のファイルの変更2行の追加1行の削除

ファイルの表示

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