Skip to content

Commit 312f8bf

Browse files
Update README and example generation script for improved clarity and output formatting
1 parent 00de4e8 commit 312f8bf

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ sqlcompare analyze-diff <diff_id> --missing-current
6262

6363
## Example outputs
6464

65-
See `examples/` for datasets, commands, and captured outputs.
66-
67-
- Row comparison output: `examples/row_compare.md`
68-
- Statistical comparison output: `examples/stats_compare.md`
65+
See [`examples/`](examples/) for datasets, commands, and captured outputs.
6966

7067
---
7168

scripts/generate_examples/run.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ def main() -> int:
6767
"",
6868
description,
6969
"",
70+
"## Command",
71+
"",
72+
"```bash",
73+
command.rstrip("\n"),
74+
"```",
75+
"",
76+
"## Output",
77+
"",
7078
"```text",
7179
output.rstrip("\n"),
7280
"```",

0 commit comments

Comments
 (0)