a git extention for Github CODEOWNERS files
git-codeowners is intended for use as a git extention ( a program whose name starts with git- ) to extend your git workflow.
bash
$ git codeowners src/main.rs
@softprops
```bash $ git-codeowners --help git-codeowners 0.1.0 Github CODEOWNERS answer sheet
USAGE:
git-codeowners [FLAGS] [OPTIONS]
FLAGS: -e, --emails Only return emails -h, --help Prints help information -t, --teams Only return teams -u, --users Only return users -V, --version Prints version information
OPTIONS:
-c, --codeowners
ARGS:
Doug Tangren (softprops) 2017