Skip to content

Commit e92aaa5

Browse files
cbullingerdacharyc
andauthored
Apply suggestions from code review
Co-authored-by: Dachary <[email protected]>
1 parent d82630b commit e92aaa5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

audit-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ audit-cli
5959
│ └── find-string
6060
├── analyze # Analyze RST file structures
6161
│ ├── includes
62-
│ └── references
62+
│ └── file-references
6363
└── compare # Compare files across versions
6464
└── file-contents
6565
```
@@ -668,9 +668,9 @@ audit-cli/
668668
│ │ │ ├── analyzer.go # Include tree building
669669
│ │ │ ├── output.go # Output formatting
670670
│ │ │ └── types.go # Type definitions
671-
│ │ └── references/ # References analysis subcommand
672-
│ │ ├── references.go # Command logic
673-
│ │ ├── references_test.go # Tests
671+
│ │ └── file-references/ # File references analysis subcommand
672+
│ │ ├── file_references.go # Command logic
673+
│ │ ├── file_references_test.go # Tests
674674
│ │ ├── analyzer.go # Reference finding logic
675675
│ │ ├── output.go # Output formatting
676676
│ │ └── types.go # Type definitions

0 commit comments

Comments
 (0)