File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " git-codeowners"
33version = " 0.1.0"
44authors = [" softprops <d.tangren@gmail.com>" ]
5+ description = " Rust cli for working with Github CODEOWNERS files"
6+ readme = " README.md"
7+ homepage = " https://github.com/softprops/git-codeowners"
8+ documentation = " https://softprops.github.io/git-codeowners"
9+ repository = " https://github.com/softprops/git-codeowners"
10+ license = " MIT"
11+ keywords = [" github" , " owners" ]
512
613[dependencies ]
714codeowners = " 0.1"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fn main() {
1313 . about ( "Github CODEOWNERS answer sheet" )
1414 . arg (
1515 Arg :: with_name ( "codeowners" )
16- . help ( "sets an explicit path for a CODEOWNERS file. program will exit 1 if file can not be resolved" )
16+ . help ( "an explicit path for a CODEOWNERS file. program will exit 1 if file can not be resolved" )
1717 . takes_value ( true )
1818 . short ( "c" )
1919 . long ( "codeowners" ) ,
You can’t perform that action at this time.
0 commit comments