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: docs/customization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ commitizen:
175
175
| `message` | `str` | `None` | Detail description for the question. |
176
176
| `choices` | `list` | `None` | (OPTIONAL) The choices when `type = list`. Either use a list of values or a list of dictionaries with `name` and `value` keys. Keyboard shortcuts can be defined via `key`. See examples above. |
177
177
| `default` | `Any` | `None` | (OPTIONAL) The default value for this question. |
178
-
| `filter` | `str` | `None` | (Optional) Validator for user's answer. **(Work in Progress)** |
178
+
| `filter` | `str` | `None` | (OPTIONAL) Validator for user's answer. **(Work in Progress)** |
179
179
| `multiline` | `bool` | `False` | (OPTIONAL) Enable multiline support when `type = input`. |
0 commit comments