mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
cli
This commit is contained in:
parent
4dbb70c9d5
commit
175218c779
1 changed files with 4 additions and 4 deletions
|
|
@ -89,10 +89,10 @@ chmod 600 pr_agent/settings/.secrets.toml
|
|||
|
||||
```
|
||||
export PYTHONPATH=[$PYTHONPATH:]<PATH to pr_agent folder>
|
||||
python pr_agent/cli.py --pr_url <pr_url> /review
|
||||
python pr_agent/cli.py --pr_url <pr_url> /ask <your question>
|
||||
python pr_agent/cli.py --pr_url <pr_url> /describe
|
||||
python pr_agent/cli.py --pr_url <pr_url> /improve
|
||||
python3 -m pr_agent.cli --pr_url <pr_url> /review
|
||||
python3 -m pr_agent.cli --pr_url <pr_url> /ask <your question>
|
||||
python3 -m pr_agent.cli --pr_url <pr_url> /describe
|
||||
python3 -m pr_agent.cli --pr_url <pr_url> /improve
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue