File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -88,23 +88,26 @@ OPTIONS
88
88
Specify where all new trailers will be added. A setting
89
89
provided with '--where' overrides all configuration variables
90
90
and applies to all '--trailer' options until the next occurrence of
91
- '--where' or '--no-where'.
91
+ '--where' or '--no-where'. Possible values are `after`, `before`,
92
+ `end` or `start`.
92
93
93
94
--if-exists <action>::
94
95
--no-if-exists::
95
96
Specify what action will be performed when there is already at
96
97
least one trailer with the same <token> in the message. A setting
97
98
provided with '--if-exists' overrides all configuration variables
98
99
and applies to all '--trailer' options until the next occurrence of
99
- '--if-exists' or '--no-if-exists'.
100
+ '--if-exists' or '--no-if-exists'. Possible actions are `addIfDifferent`,
101
+ `addIfDifferentNeighbor`, `add`, `replace` and `doNothing`.
100
102
101
103
--if-missing <action>::
102
104
--no-if-missing::
103
105
Specify what action will be performed when there is no other
104
106
trailer with the same <token> in the message. A setting
105
107
provided with '--if-missing' overrides all configuration variables
106
108
and applies to all '--trailer' options until the next occurrence of
107
- '--if-missing' or '--no-if-missing'.
109
+ '--if-missing' or '--no-if-missing'. Possible actions are `doNothing`
110
+ or `add`.
108
111
109
112
--only-trailers::
110
113
Output only the trailers, not any other parts of the input.
You can’t perform that action at this time.
0 commit comments