mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-17 21:35:17 +00:00
publish_output fix
This commit is contained in:
parent
a126ef64fc
commit
3773303bfd
1 changed files with 1 additions and 1 deletions
2
Usage.md
2
Usage.md
|
|
@ -100,7 +100,7 @@ python -m pr_agent.cli --pr_url=<pr_url> /review --pr_reviewer.extra_instructio
|
||||||
(2) You can print results locally, without publishing them, by setting in `configuration.toml`:
|
(2) You can print results locally, without publishing them, by setting in `configuration.toml`:
|
||||||
```
|
```
|
||||||
[config]
|
[config]
|
||||||
publish_output=true
|
publish_output=false
|
||||||
verbosity_level=2
|
verbosity_level=2
|
||||||
```
|
```
|
||||||
This is useful for debugging or experimenting with different tools.
|
This is useful for debugging or experimenting with different tools.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue