mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
docs: added syntax for grouping in author file to readme
This commit is contained in:
@@ -46,7 +46,7 @@ $ cocommit users
|
|||||||
# Syntax for the author file
|
# Syntax for the author file
|
||||||
The syntax for the author file can be found at the top of the template file included in the repo. It should look like this (opt) is optional syntax:
|
The syntax for the author file can be found at the top of the template file included in the repo. It should look like this (opt) is optional syntax:
|
||||||
```
|
```
|
||||||
name_short|Name|Username|email (opt: |ex)
|
name_short|Name|Username|email (opt: |ex) (opt: ) (opt: ;;group1|group2|group3...)
|
||||||
```
|
```
|
||||||
opt explained:
|
opt explained:
|
||||||
ex -> excludes the given author for all and negation commands
|
ex -> excludes the given author for all and negation commands
|
||||||
|
|||||||
Reference in New Issue
Block a user