We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7716d commit f327da2Copy full SHA for f327da2
1 file changed
docs/index.md
@@ -555,11 +555,11 @@ elements in command line tools that avoid the agent getting stuck (you can see t
555
556
```python
557
env_vars = {
558
- PAGER: cat
559
- MANPAGER: cat
560
- LESS: -R
561
- PIP_PROGRESS_BAR: 'off'
562
- TQDM_DISABLE: '1'
+ "PAGER": "cat",
+ "MANPAGER": "cat",
+ "LESS": "-R",
+ "PIP_PROGRESS_BAR": "off",
+ "TQDM_DISABLE": "1",
563
}
564
565
# ...
0 commit comments