You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,17 @@ It's also the [oxidation](https://wiki.mozilla.org/Oxidation) of an existing [CL
4
4
5
5
### Documentation
6
6
7
-
```bash
7
+
```text
8
8
A CLI to validate and generate Github's CODEOWNERS file
9
9
10
-
Usage: codeowners [OPTIONS] <COMMAND>
10
+
Usage: codeowners-rs [OPTIONS] <COMMAND>
11
11
12
12
Commands:
13
-
generate Generate the CODEOWNERS file and save it to '--codeowners-file-path'
14
-
validate Validate the validity of the CODEOWNERS file. A validation failure will exit with a failure code and a detailed output of the validation errors
15
-
generate-and-validate Chains both 'generate' and 'validate' commands
16
-
for-file Print the owners for a given file
13
+
for-file Finds the owner of a given file. [aliases: f]
14
+
for-team Finds code ownership information for a given team [aliases: t]
15
+
generate Generate the CODEOWNERS file and save it to '--codeowners-file-path'. [aliases: g]
16
+
validate Validate the validity of the CODEOWNERS file. A validation failure will exit with a failure code and a detailed output of the validation errors. [aliases: v]
17
+
generate-and-validate Chains both `generate` and `validate` commands. [aliases: gv]
17
18
help Print this message or the help of the given subcommand(s)
0 commit comments