mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
Add /describe -c option
This commit is contained in:
@ -73,7 +73,7 @@ def _handle_ask_command(pr_url: str, rest: list):
|
||||
|
||||
def _handle_describe_command(pr_url: str, rest: list):
|
||||
print(f"PR description: {pr_url}")
|
||||
reviewer = PRDescription(pr_url)
|
||||
reviewer = PRDescription(pr_url, args=rest)
|
||||
asyncio.run(reviewer.describe())
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user