App-Codeowners
view release on metacpan or search on metacpan
* %O - Owner or owners
* %P - Project
* %T - Pattern
* %n - newline
* %t - tab
* %% - percent sign
The syntax also allows padding and some filters. Examples:
git-codeowners show -f ' * %-50F %O' # default for "show"
git-codeowners show -f '%{quote}F,%{quote}O' # ad hoc CSV
git-codeowners patterns -f '--> %{color:0c0}T' # whatever...
Available filters:
* quote - Quote the replacement string.
bin/git-codeowners view on Meta::CPAN
=item *
C<%n> - newline
=item *
C<%t> - tab
=item *
C<%%> - percent sign
=back
The syntax also allows padding and some filters. Examples:
git-codeowners show -f ' * %-50F %O' # default for "show"
git-codeowners show -f '%{quote}F,%{quote}O' # ad hoc CSV
git-codeowners patterns -f '--> %{color:0c0}T' # whatever...
Available filters:
( run in 0.346 second using v1.01-cache-2.11-cpan-709fd43a63f )