We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04fd9e commit b0f5ba4Copy full SHA for b0f5ba4
README.md
@@ -24,10 +24,10 @@ gh extension install github.com/gitangle/gh-codeowners
24
Navigate to your repository and run:
25
```sh
26
# Validate CODEOWNERS across all repos for the GitHub owner taken from the current repository directory.
27
-gh codeowners validate -all
+gh codeowners validate --all
28
29
# Validate CODEOWNERS for a specific owner across all their repos
30
-gh codeowners validate -owner "mszostok" -all
+gh codeowners validate --owner "mszostok" --all
31
```
32
33
## Why?
0 commit comments