Skip to content

Commit d6f726b

Browse files
committed
Fix proof-pr dogfood command formatting
1 parent f484378 commit d6f726b

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

docs/proof-pr-dogfood.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,21 @@ environment and render the proof block from a generated receipt:
1111

1212
```bash
1313
python3 -m venv /tmp/gra-proof-pr-venv
14-
/tmp/gra-proof-pr-venv/bin/python -m pip install git+https://github.com/saagpatel/proof-pr.git@v0.2.7
15-
/tmp/gra-proof-pr-venv/bin/proof-pr init --cwd . --tier T1 --summary "Short PR summary" --output /tmp/gra-proof-pr.json
16-
/tmp/gra-proof-pr-venv/bin/proof-pr collect /tmp/gra-proof-pr.json --cwd .
17-
/tmp/gra-proof-pr-venv/bin/proof-pr render /tmp/gra-proof-pr.json
18-
/tmp/gra-proof-pr-venv/bin/proof-pr receipt-hygiene /tmp/gra-proof-pr.json --explain
14+
/tmp/gra-proof-pr-venv/bin/python -m pip install \
15+
git+https://github.com/saagpatel/proof-pr.git@v0.2.7
16+
/tmp/gra-proof-pr-venv/bin/proof-pr init \
17+
--cwd . \
18+
--tier T1 \
19+
--summary "Short PR summary" \
20+
--output /tmp/gra-proof-pr.json
21+
/tmp/gra-proof-pr-venv/bin/proof-pr collect \
22+
/tmp/gra-proof-pr.json \
23+
--cwd .
24+
/tmp/gra-proof-pr-venv/bin/proof-pr render \
25+
/tmp/gra-proof-pr.json
26+
/tmp/gra-proof-pr-venv/bin/proof-pr receipt-hygiene \
27+
/tmp/gra-proof-pr.json \
28+
--explain
1929
```
2030

2131
`receipt-hygiene --explain` is the author-facing nudge for incomplete receipts.

0 commit comments

Comments
 (0)