feature: update I/O methods to use questionary where applicable #2
@@ -24,7 +24,7 @@ def commit():
|
||||
commit_message = base.io_prompt(
|
||||
"Mensaje de commit",
|
||||
validator=lambda s: 0 < len(s) and len(s) < 100,
|
||||
instruction="100 caracteres máximo"
|
||||
instruction="100 caracteres máximo",
|
||||
)
|
||||
message = commit_type + ": " + commit_message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user