We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf77865 commit 9abc45cCopy full SHA for 9abc45c
README.md
@@ -63,20 +63,6 @@ cd cmd && go build -o codesleuth && cd ..
63
./cmd/codesleuth analyze test-cobol/ > analysis_report.md
64
```
65
66
-### Example Output
67
-
68
-The tool generates Markdown reports with:
69
70
-- **Program Information:** Name, author, date, comments
71
-- **Data Division:** Working storage and file section analysis
72
-- **Procedure Division:** Paragraph structure and statement analysis
73
-- **Call Graph:** Visual representation of program flow
74
-- **Control Flow:** Execution path analysis
75
-- **Variable Usage:** Read/write analysis for all variables
76
-- **Dead Code Detection:** Unused paragraphs and variables
77
78
----
79
80
## CLI Examples
81
82
```bash
0 commit comments