2626- [ Commands] ( #commands )
2727 - [ CodeOwners] ( #codeowners-1 )
2828 - [ Parse CODEOWNERS] ( #parse-codeowners )
29- - [ List Files] ( #list-files )
30- - [ List Owners] ( #list-owners )
31- - [ List Tags] ( #list-tags )
32- - [ Inspect Files] ( #inspect-files )
29+ - [ List Files] ( #list-files )
30+ - [ List Owners] ( #list-owners )
31+ - [ List Tags] ( #list-tags )
32+ - [ Inspect Files] ( #inspect-files )
3333 - [ Configuration] ( #configuration )
3434 - [ Shell Completion] ( #shell-completion )
3535- [ CODEOWNERS Format] ( #codeowners-format )
@@ -119,7 +119,7 @@ ci codeowners parse ./my-repo --format json
119119ci codeowners parse --cache-file .custom-cache
120120```
121121
122- ### List Files
122+ #### List Files
123123
124124Find and list files with their owners based on filter criteria:
125125
@@ -152,7 +152,7 @@ ci codeowners list-files --unowned
152152ci codeowners list-files --format json
153153```
154154
155- ### List Owners
155+ #### List Owners
156156
157157Display aggregated owner statistics and file associations:
158158
@@ -172,7 +172,7 @@ ci codeowners list-owners
172172ci codeowners list-owners --format json
173173```
174174
175- ### List Tags
175+ #### List Tags
176176
177177Analyze tag usage across CODEOWNERS files:
178178
@@ -192,7 +192,7 @@ ci codeowners list-tags
192192ci codeowners list-tags --format json
193193```
194194
195- ### Inspect Files
195+ #### Inspect Files
196196
197197Get detailed ownership and tag information for a specific file:
198198
@@ -263,7 +263,6 @@ The tool supports standard CODEOWNERS syntax with additional tag support:
263263- ** Users** : ` @username `
264264- ** Teams** : ` @org/team-name `
265265- ** Email** : ` user@example.com `
266- - ** Unowned** : ` NOOWNER ` (case-insensitive)
267266
268267** Tag Format:**
269268- Tags start with ` # ` and appear after owners
0 commit comments