Skip to content

Commit 8a31f6e

Browse files
committed
Merge branch 'master' of ssh://ssh.github.com:443/CodeInputCorp/cli
2 parents 8acfb7a + d925db6 commit 8a31f6e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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
119119
ci codeowners parse --cache-file .custom-cache
120120
```
121121

122-
### List Files
122+
#### List Files
123123

124124
Find and list files with their owners based on filter criteria:
125125

@@ -152,7 +152,7 @@ ci codeowners list-files --unowned
152152
ci codeowners list-files --format json
153153
```
154154

155-
### List Owners
155+
#### List Owners
156156

157157
Display aggregated owner statistics and file associations:
158158

@@ -172,7 +172,7 @@ ci codeowners list-owners
172172
ci codeowners list-owners --format json
173173
```
174174

175-
### List Tags
175+
#### List Tags
176176

177177
Analyze tag usage across CODEOWNERS files:
178178

@@ -192,7 +192,7 @@ ci codeowners list-tags
192192
ci codeowners list-tags --format json
193193
```
194194

195-
### Inspect Files
195+
#### Inspect Files
196196

197197
Get 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

Comments
 (0)