You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commitizen/cli.py
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,12 +156,24 @@ def __call__(
156
156
"action": "store_true",
157
157
"help": "Tell the command to automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected.",
158
158
},
159
+
{
160
+
"name": ["-e", "--edit"],
161
+
"action": "store_true",
162
+
"default": False,
163
+
"help": "edit the commit message before committing",
164
+
},
159
165
{
160
166
"name": ["-l", "--message-length-limit"],
161
167
"type": int,
162
168
"default": 0,
163
169
"help": "length limit of the commit message; 0 for no limit",
0 commit comments