Feature Request: Given a path get codeowners
dan-kez opened this issue · 2 comments
dan-kez commented
Hello!
This is a nice utility! It would be extremely useful to have a command line argument that given a file path to print the associated codeowners.
hmarr commented
Thanks! It should already work like that. E.g.:
$ codeowners package.json
package.json @example-user
See the command line usage section of the README for details.
hmarr commented
(But let me know if I've misunderstood!)