Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 922f8d8

Browse files
authored
Update docs for who command
1 parent 5984ad5 commit 922f8d8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,20 @@ Options:
9292
```
9393

9494
### Who
95-
Tells you who owns a given file:
95+
Tells you who owns a given file or files:
9696
```shell script
9797
$ cd <your awesome project>
98-
$ github-codeowners who <file>
98+
$ github-codeowners who <file> <file>
99+
<file> @some/team
99100
<file> @some/team
100101
```
101102

102103
Full usage:
103104
```shell script
104105
$ github-codeowners who --help
105-
Usage: github-codeowners who [options] <file>
106+
Usage: github-codeowners who [options] <file...>
106107

107-
lists owners of a specific file
108+
lists owners of a specific file or files
108109

109110
Options:
110111
-d, --dir <dirPath> path to VCS directory (default: "/Users/jjmschofield/projects/github/snyk/registry")

0 commit comments

Comments
 (0)